add xrc lib to core libs list for Win32 build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
dcb139ff26
commit
8dcf04a803
@ -597,6 +597,7 @@ if os.name == 'nt':
|
|||||||
makeLibName('core')[0],
|
makeLibName('core')[0],
|
||||||
makeLibName('adv')[0],
|
makeLibName('adv')[0],
|
||||||
makeLibName('html')[0],
|
makeLibName('html')[0],
|
||||||
|
makeLibName('xrc')[0],
|
||||||
]
|
]
|
||||||
|
|
||||||
libs = libs + ['kernel32', 'user32', 'gdi32', 'comdlg32',
|
libs = libs + ['kernel32', 'user32', 'gdi32', 'comdlg32',
|
||||||
|
Loading…
Reference in New Issue
Block a user