Update of /cvsroot/pure-data/externals/grill/py/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17457/build
Modified Files: config-lnx.def config-win.def makefile-lnx-gcc.inc makefile-win-msvc.inc Removed Files: package.txt Log Message: updated make system updated build system
Index: config-lnx.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/build/config-lnx.def,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config-lnx.def 19 Dec 2004 05:08:36 -0000 1.1 --- config-lnx.def 20 Dec 2004 05:09:40 -0000 1.2 *************** *** 1,5 **** ! # what is the base prefix of the Python installation? ! PYTHONPREFIX=/usr ! ! # which Python version do you want to compile against? ! PYTHONVERSION=2.3 --- 1,5 ---- ! # what is the base prefix of the Python installation? ! PYTHONPREFIX=/usr ! ! # which Python version do you want to compile against? ! PYTHONVERSION=2.3
Index: config-win.def =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/build/config-win.def,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config-win.def 19 Dec 2004 05:08:36 -0000 1.1 --- config-win.def 20 Dec 2004 05:09:40 -0000 1.2 *************** *** 1,2 **** ! # where is the Python installation? ! PYTHONPATH=c:\programme\prog\python24 --- 1,2 ---- ! # where is the Python installation? ! PYTHONPATH=c:\programme\prog\python24
--- package.txt DELETED ---
Index: makefile-win-msvc.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/build/makefile-win-msvc.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile-win-msvc.inc 19 Dec 2004 05:08:36 -0000 1.1 --- makefile-win-msvc.inc 20 Dec 2004 05:09:40 -0000 1.2 *************** *** 1,2 **** ! INCPATH=/I$(PYTHONPATH)\include ! LIBPATH=/LIBPATH:$(PYTHONPATH)\libs --- 1,2 ---- ! INCPATH=/I$(PYTHONPATH)\include ! LIBPATH=/LIBPATH:$(PYTHONPATH)\libs
Index: makefile-lnx-gcc.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/build/makefile-lnx-gcc.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile-lnx-gcc.inc 19 Dec 2004 05:08:36 -0000 1.1 --- makefile-lnx-gcc.inc 20 Dec 2004 05:09:40 -0000 1.2 *************** *** 1,2 **** ! INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION) ! LIBS += -lpython$(PYTHONVERSION) --- 1,2 ---- ! INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION) ! LIBS += -lpython$(PYTHONVERSION)