Update of /cvsroot/pythoncard/PythonCard/tools/oneEditor
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17327/tools/oneEditor
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/oneEditor/macbuild.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** macbuild.py 3 Oct 2004 23:58:01 -0000 1.1
--- macbuild.py 18 Oct 2004 17:55:59 -0000 1.2
***************
*** 44,50 ****
# 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!
--- 44,50 ----
# 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!
|