From 809527ae063be7a21ad3cd8d5ad46a4ad4fa35ce Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 28 Mar 2000 00:55:44 +0000 Subject: [PATCH] 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 --- src/makevc.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/makevc.env b/src/makevc.env index e611d32218..fefc039d3d 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -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