revert to wxWidgets 2.8.12 as 2.9.X is still experimental and doesn't work for us
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6333 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
be7926c4df
commit
dabc0c1088
2 changed files with 1353 additions and 1651 deletions
|
@ -21,9 +21,9 @@ libs = Split("""
|
||||||
""")
|
""")
|
||||||
|
|
||||||
if env['UNICODE']:
|
if env['UNICODE']:
|
||||||
libs.append(["wxbase29u", "wxmsw29u_core", "wxmsw29u_html"])
|
libs.append(["wxbase28u", "wxmsw28u_core", "wxmsw28u_html"])
|
||||||
else:
|
else:
|
||||||
libs.append(["wxbase29", "wxmsw29_core", "wxmsw29_html"])
|
libs.append(["wxbase28", "wxmsw28_core", "wxmsw28_html"])
|
||||||
|
|
||||||
html = Split("""
|
html = Split("""
|
||||||
#Menu/index.html
|
#Menu/index.html
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue