From: Kevin A. <ka...@us...> - 2004-10-18 17:56:14
|
Update of /cvsroot/pythoncard/PythonCard/tools/findfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17327/tools/findfiles Modified Files: macbuild.py Log Message: 0.8 -> 0.8.1 and 2.5.2.7 -> 2.5.2.8 Index: macbuild.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/findfiles/macbuild.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** macbuild.py 18 Aug 2004 00:54:01 -0000 1.2 --- macbuild.py 18 Oct 2004 17:55:58 -0000 1.3 *************** *** 38,44 **** # bundlebuilder does not yet have the capability to detect what shared libraries # are needed by your app - so in this case I am adding the wxPython libs manually ! myapp.libs.append("/usr/local/lib/wxPython-2.5.2.7/lib/libwx_macd-2.5.2.dylib") ! myapp.libs.append("/usr/local/lib/wxPython-2.5.2.7/lib/libwx_macd-2.5.2.rsrc") ! myapp.libs.append("/usr/local/lib/wxPython-2.5.2.7/lib/libwx_macd_stc-2.5.2.dylib") # Here we build the app! --- 38,44 ---- # bundlebuilder does not yet have the capability to detect what shared libraries # are needed by your app - so in this case I am adding the wxPython libs manually ! myapp.libs.append("/usr/local/lib/wxPython-2.5.2.8/lib/libwx_macd-2.5.2.dylib") ! myapp.libs.append("/usr/local/lib/wxPython-2.5.2.8/lib/libwx_macd-2.5.2.rsrc") ! myapp.libs.append("/usr/local/lib/wxPython-2.5.2.8/lib/libwx_macd_stc-2.5.2.dylib") # Here we build the app! |