From 4a960821a588a6f6819f6b37054d48998077925a Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 6 Feb 2003 22:50:25 +0000 Subject: [PATCH] Removed ctl3d32 lib from the link. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/setup.py b/wxPython/setup.py index c31e729395..8b56fda68b 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -331,7 +331,7 @@ if os.name == 'nt': libs = libs + ['kernel32', 'user32', 'gdi32', 'comdlg32', 'winspool', 'winmm', 'shell32', 'oldnames', 'comctl32', - 'ctl3d32', 'odbc32', 'ole32', 'oleaut32', 'uuid', 'rpcrt4', + 'odbc32', 'ole32', 'oleaut32', 'uuid', 'rpcrt4', 'advapi32', 'wsock32']