Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4651
Modified Files:
configure.py
Log Message:
Experimental MacOS X support
Index: configure.py
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/configure.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** configure.py 23 Aug 2004 04:56:39 -0000 1.26
--- configure.py 23 Aug 2004 05:02:58 -0000 1.27
***************
*** 198,202 ****
PYTHONINCSEARCHPATH = [ "/System/Library/Frameworks/Python.framework/Versions/Current/Headers/Python.h" ]
PYTHONLIBSEARCHPATH = [ ]
! PYTHONLIBSTATICSEARCHPATH = ["/System/Library/Frameworks/Python.framework/Versions/Current/Python", \
"/System/Library/Frameworks/Python.framework/Versions/Current/lib/[Pp]ython*/config/libpython*.a", \
"/usr/local/lib/[Pp]ython*/config/libpython*.a"]
--- 198,202 ----
PYTHONINCSEARCHPATH = [ "/System/Library/Frameworks/Python.framework/Versions/Current/Headers/Python.h" ]
PYTHONLIBSEARCHPATH = [ ]
! PYTHONLIBSTATICSEARCHPATH = ["/System/Library/Frameworks/Python.framework/Versions/Current/Python", \
"/System/Library/Frameworks/Python.framework/Versions/Current/lib/[Pp]ython*/config/libpython*.a", \
"/usr/local/lib/[Pp]ython*/config/libpython*.a"]
|