mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Don't unconditionally use the adv and html libs in MSW builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@70976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -177,10 +177,7 @@ class Configuration(object):
|
||||
else:
|
||||
self.libs += [ 'wxbase' + self.WXDLLVER + self.libFlag(),
|
||||
'wxbase' + self.WXDLLVER + self.libFlag() + '_net',
|
||||
'wxbase' + self.WXDLLVER + self.libFlag() + '_xml',
|
||||
self.makeLibName('core')[0],
|
||||
self.makeLibName('adv')[0],
|
||||
self.makeLibName('html')[0],
|
||||
]
|
||||
|
||||
self.libs += ['kernel32', 'user32', 'gdi32', 'comdlg32',
|
||||
|
||||
Reference in New Issue
Block a user