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:
Robin Dunn 2004-09-25 23:26:54 +00:00
parent dcb139ff26
commit 8dcf04a803

View File

@ -597,6 +597,7 @@ if os.name == 'nt':
makeLibName('core')[0],
makeLibName('adv')[0],
makeLibName('html')[0],
makeLibName('xrc')[0],
]
libs = libs + ['kernel32', 'user32', 'gdi32', 'comdlg32',