console apps need shell32.lib now too (because of wxVolume)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
} else {
|
||||
$project{"VC_PROJ_TYPE"} = 'Win32 (x86) Console Application';
|
||||
$project{"VC_PROJ_CODE"} = '0x0103';
|
||||
$vc_base_libs = 'kernel32.lib user32.lib advapi32.lib ';
|
||||
$vc_base_libs = 'kernel32.lib user32.lib advapi32.lib shell32.lib ';
|
||||
if ( Config("wx") ) {
|
||||
$vc_base_libs .= 'wsock32.lib ';
|
||||
}
|
||||
|
Reference in New Issue
Block a user