From 8dcf04a803e987738b291bb8a6ac0e9e945c1e40 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 25 Sep 2004 23:26:54 +0000 Subject: [PATCH] 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 --- wxPython/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wxPython/config.py b/wxPython/config.py index 2c5075fd45..40f4c04660 100644 --- a/wxPython/config.py +++ b/wxPython/config.py @@ -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',