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
This commit is contained in:
@@ -331,7 +331,7 @@ if os.name == 'nt':
|
|||||||
|
|
||||||
libs = libs + ['kernel32', 'user32', 'gdi32', 'comdlg32',
|
libs = libs + ['kernel32', 'user32', 'gdi32', 'comdlg32',
|
||||||
'winspool', 'winmm', 'shell32', 'oldnames', 'comctl32',
|
'winspool', 'winmm', 'shell32', 'oldnames', 'comctl32',
|
||||||
'ctl3d32', 'odbc32', 'ole32', 'oleaut32', 'uuid', 'rpcrt4',
|
'odbc32', 'ole32', 'oleaut32', 'uuid', 'rpcrt4',
|
||||||
'advapi32', 'wsock32']
|
'advapi32', 'wsock32']
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user