Update of /cvsroot/pure-data/externals/grill/py/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16769/build
Modified Files: config-win.def Added Files: gnumake-win-cygwin.inc Log Message: added cygwin support
--- NEW FILE: gnumake-win-cygwin.inc --- DEFS += -DPY_EXPORTS INCPATH += -I$(PYTHONPATH)/include LIBPATH += -L$(PYTHONPATH)/libs LIBS += -lpython$(PYTHONVER)
ifdef PY_NUMARRAY DEFS += -DPY_NUMARRAY endif
Index: config-win.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/build/config-win.def,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config-win.def 14 Mar 2005 04:58:09 -0000 1.4 --- config-win.def 19 Jul 2005 23:09:37 -0000 1.5 *************** *** 1,4 **** # where is the Python installation? ! PYTHONPATH=c:\programme\prog\python24
# uncomment if numarray support should be compiled in --- 1,7 ---- + # which major python version? + PYTHONVER=24 + # where is the Python installation? ! PYTHONPATH=c:/programme/prog/python$(PYTHONVER)
# uncomment if numarray support should be compiled in