]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makevc.env
make wxConvUTF8 available in wchar_t-less mode, too
[wxWidgets.git] / src / makevc.env
index b085f2fa8c49a61b73d5a0c1c201cafc125fc99a..43ed03f780b7784cf18ea3e54edcaba3997ac8cd 100644 (file)
@@ -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