more comments and a typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28822 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
94406a493c
commit
aad43f17dd
@ -9,7 +9,8 @@ from bundlebuilder import buildapp
|
|||||||
|
|
||||||
|
|
||||||
# See below. Set to wherever your wxMac dynlibs are installed.
|
# See below. Set to wherever your wxMac dynlibs are installed.
|
||||||
# (Probably /usr/local/wxPython-2.5.2.?/lib)
|
# (Probably /usr/local/lib/wxPython-2.5.2.?/lib) If you don't use all
|
||||||
|
# the contribs libs then you can use a more restrictive list.
|
||||||
wxLibs = "/opt/wx/2.5/lib/libwx*2.5.2.[dr]*"
|
wxLibs = "/opt/wx/2.5/lib/libwx*2.5.2.[dr]*"
|
||||||
|
|
||||||
|
|
||||||
@ -25,7 +26,7 @@ buildapp(
|
|||||||
# needed by extension modules, so we have to help it out.
|
# needed by extension modules, so we have to help it out.
|
||||||
libs = glob.glob(wxLibs),
|
libs = glob.glob(wxLibs),
|
||||||
|
|
||||||
# Some modules will not be found automatically, so we ned to help
|
# Some modules will not be found automatically, so we need to help
|
||||||
includeModules = ["cStringIO"],
|
includeModules = ["cStringIO"],
|
||||||
|
|
||||||
verbosity = 1
|
verbosity = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user