Update of /cvsroot/pure-data/externals/grill/py/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14004/build
Added Files: gnumake-lnx-gcc.inc gnumake-mac-gcc.inc nmake-win-msvc.inc Removed Files: makefile-lnx-gcc.inc makefile-mac-gcc.inc makefile-win-msvc.inc Log Message: updated make system updated for OSX updated build system
--- NEW FILE: gnumake-lnx-gcc.inc --- INCPATH += -I$(PYTHONPREFIX)/include/python$(PYTHONVERSION) LIBS += -lpython$(PYTHONVERSION)
--- makefile-mac-gcc.inc DELETED ---
--- NEW FILE: gnumake-mac-gcc.inc --- #
LIBS += -framework Python
--- makefile-win-msvc.inc DELETED ---
--- makefile-lnx-gcc.inc DELETED ---
--- NEW FILE: nmake-win-msvc.inc --- INCPATH=/I$(PYTHONPATH)\include LIBPATH=/LIBPATH:$(PYTHONPATH)\libs