X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2417bf69de4c386d0a532b9727e79f677d2869ec..6f7c5199ed9bc29507d426b13db9346bf1860005:/src/makevc.env diff --git a/src/makevc.env b/src/makevc.env index 1ab59146d1..43ed03f780 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -12,7 +12,9 @@ RM= erase !endif -WXVERSION=233 +WXVERSION=250 + +# WIN95 means "all systems newer than Win95", i.e. Win9x and NT 4+ WIN95=1 !if "$(WIN95)" == "0" @@ -22,7 +24,7 @@ WIN95=1 APPVER=3.50 WINVERSION=-DWINVER=0x0350 # Generic WIN32 !else -APPVER=3.50 # 4.0 +APPVER=4.0 # This means 'enable Windows 95 features' (in wxWindows and in VC++ 4.0). WINVERSION=-DWINVER=0x0400 /D__WIN95__ !endif @@ -42,7 +44,7 @@ WINFLAGS=-c -W3 -nologo -DWIN32 -D__WIN32__ -D_WINDOWS $(WINVERSION) -DSTRICT WINLINKFLAGS=/INCREMENTAL:NO /NOLOGO -machine:$(CPU) -subsystem:windows,$(APPVER) BASELINKFLAGS=/INCREMENTAL:NO /NOLOGO -machine:$(CPU) -subsystem:console,$(APPVER) WINLIBS=kernel32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib winmm.lib shell32.lib oldnames.lib\ - comctl32.lib ctl3d32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib # libci.lib # libci.lib required for VC++ 4.2 + comctl32.lib odbc32.lib ole32.lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib # libci.lib # libci.lib required for VC++ 4.2 # Set a WXWIN environment variable be the path to your WXWIN directory WXDIR=$(WXWIN) @@ -207,9 +209,9 @@ LINK_DEBUG_FLAGS=-debug:full -debugtype:cv # /PDB:NONE _CRTFLAG=/MDd !else if "$(FINAL)" == "hybrid" -OPT = /Od /Gy -DEBUG_FLAGS= /Zi /D__WXDEBUG__ /D__NO_VC_CRTDBG__ -LINK_DEBUG_FLAGS=-debug:full -debugtype:cv +OPT = /Ox /Gy +DEBUG_FLAGS= /D__WXDEBUG__ /D__NO_VC_CRTDBG__ +LINK_DEBUG_FLAGS=/RELEASE _CRTFLAG=/MD !else