]> git.saurik.com Git - wxWidgets.git/commitdiff
add xrc lib to core libs list for Win32 build
authorRobin Dunn <robin@alldunn.com>
Sat, 25 Sep 2004 23:26:54 +0000 (23:26 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 25 Sep 2004 23:26:54 +0000 (23:26 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/config.py

index 2c5075fd458cd45d82404e74c4e04ef578af40c0..40f4c0466044459aa75940455722c3b1499e3eb1 100644 (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',