X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aa855f21a82becccd6d20fb401dfa05f05968b9d..309689b214a464ee0a85a8a40c3042b564b6343d:/src/makevc.env diff --git a/src/makevc.env b/src/makevc.env index 454960f264..88fd65a004 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -1,5 +1,5 @@ # -# File: ntwxwin.env +# File: makevc.env # Author: Ulrich Leodolter # Created: Wed May 17 08:36:42 1995 # Updated: @@ -8,7 +8,7 @@ # !include -WXVERSION=21b9 +WXVERSION=21_11 WIN95=1 !if "$(WIN95)" == "0" @@ -150,14 +150,18 @@ OPT = /Od /Gy # ***N.B.*** to save space/time, comment out /FR to avoid browse info (.sbr files) being generated DEBUG_FLAGS= /Zi /D__WXDEBUG__ # /DDEBUG=1 # /FR LINK_DEBUG_FLAGS=-debug:full -debugtype:cv # /PDB:NONE -CRTFLAG=/MD +_CRTFLAG=/MDd !else # /O1 - smallest code # /O2 - fastest code OPT = /O1 # /O2 # /Od DEBUG_FLAGS= LINK_DEBUG_FLAGS=/RELEASE -CRTFLAG=/MD +_CRTFLAG=/MD +!endif + +!if "$(CRTFLAG)" == "" +CRTFLAG=$(_CRTFLAG) !endif !if "$(DLL)" == "0"