Don't hard-code the CRT library name, let the /M* flag set the default.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6964 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -125,7 +125,7 @@ WXLIBNAME=$(NEW_WXLIBNAME)
|
||||
!if "$(FINAL)" == "1"
|
||||
D=Release
|
||||
!else
|
||||
guilibsdll=msvcrtd.lib oldnames.lib kernel32.lib \
|
||||
guilibsdll= oldnames.lib kernel32.lib \
|
||||
ws2_32.lib mswsock.lib advapi32.lib user32.lib \
|
||||
gdi32.lib comdlg32.lib winspool.lib
|
||||
D=Debug
|
||||
|
||||
Reference in New Issue
Block a user