Update of /cvsroot/pure-data/externals/grill/py/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9250/build
Modified Files: gnumake-lnx-gcc.inc gnumake-mac-gcc.inc nmake-win-msvc.inc Log Message: - a bit more functions for the symbol type - exporting symbol functions corrected argument passing to class methods updated for OSX adjust pd and py files for correct argument passing
Index: gnumake-lnx-gcc.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/build/gnumake-lnx-gcc.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gnumake-lnx-gcc.inc 5 Jan 2005 05:07:12 -0000 1.1 --- gnumake-lnx-gcc.inc 19 Jan 2005 04:58:34 -0000 1.2 *************** *** 1,2 **** --- 1,3 ---- + DEFS += -DPY_EXPORTS INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION) LIBS += -lpython$(PYTHONVERSION)
Index: gnumake-mac-gcc.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/build/gnumake-mac-gcc.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gnumake-mac-gcc.inc 5 Jan 2005 05:07:12 -0000 1.1 --- gnumake-mac-gcc.inc 19 Jan 2005 04:58:34 -0000 1.2 *************** *** 1,4 **** ! # ! ! LIBS += -framework Python
--- 1,3 ---- ! DEFS += -DPY_EXPORTS ! LIBS += -framework Python
Index: nmake-win-msvc.inc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/py/build/nmake-win-msvc.inc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** nmake-win-msvc.inc 5 Jan 2005 05:07:12 -0000 1.1 --- nmake-win-msvc.inc 19 Jan 2005 04:58:34 -0000 1.2 *************** *** 1,2 **** --- 1,3 ---- + DEFS = $(DEFS) /DPY_EXPORTS INCPATH=/I$(PYTHONPATH)\include LIBPATH=/LIBPATH:$(PYTHONPATH)\libs