X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/817f640621b627025a9236b36a916a5403319969..3352cfffbcaa61094ddadc2811c8186ae31c2960:/src/makevc.env diff --git a/src/makevc.env b/src/makevc.env index 01247c6b0b..78ed7bb272 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -8,12 +8,14 @@ # !include +# read version numbers +!include "version.mak" +WXVERSION=$(wxMAJOR_VERSION)$(wxMINOR_VERSION)$(wxRELEASE_NUMBER_IFUNSTABLE) + !if "$(RM)" == "" RM= erase !endif -WXVERSION=25 - # WIN95 means "all systems newer than Win95", i.e. Win9x and NT 4+ WIN95=1