Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2060
Modified Files:
configure.py
Log Message:
little fix
Index: configure.py
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/configure.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** configure.py 19 Jul 2004 22:02:54 -0000 1.2
--- configure.py 19 Jul 2004 22:13:09 -0000 1.3
***************
*** 128,132 ****
# Build LIBS
LIBS = ""
! if sys.platform == win32:
LIBS = os.path.join( py_libpath, py_libfile )
else:
--- 128,132 ----
# Build LIBS
LIBS = ""
! if sys.platform == "win32":
LIBS = os.path.join( py_libpath, py_libfile )
else:
|