mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
MSW build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
4
wscript
4
wscript
@@ -94,10 +94,10 @@ def configure(conf):
|
||||
conf.env.LIB_WXWEBVIEW += cfg.makeLibName('webview')
|
||||
|
||||
_copyEnvGroup(conf.env, '_WX', '_WXXML')
|
||||
conf.env.LIB_WXWEBVIEW += cfg.makeLibName('xml')
|
||||
conf.env.LIB_WXXML += cfg.makeLibName('xml', isMSWBase=True)
|
||||
|
||||
_copyEnvGroup(conf.env, '_WX', '_WXXRC')
|
||||
conf.env.LIB_WXWEBVIEW += cfg.makeLibName('xrc')
|
||||
conf.env.LIB_WXXRC += cfg.makeLibName('xrc')
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user