X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/841346f01f8899ae6d83eb7e39dc303a4bf8df84..3352cfffbcaa61094ddadc2811c8186ae31c2960:/src/makevc.env diff --git a/src/makevc.env b/src/makevc.env index b085f2fa8c..78ed7bb272 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -8,11 +8,15 @@ # !include +# read version numbers +!include "version.mak" +WXVERSION=$(wxMAJOR_VERSION)$(wxMINOR_VERSION)$(wxRELEASE_NUMBER_IFUNSTABLE) + !if "$(RM)" == "" RM= erase !endif -WXVERSION=233 +# WIN95 means "all systems newer than Win95", i.e. Win9x and NT 4+ WIN95=1 !if "$(WIN95)" == "0" @@ -22,7 +26,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