]> git.saurik.com Git - wxWidgets.git/blobdiff - src/makevc.env
Up-ported wxBusyCursor fix and wxCombBov default dialog
[wxWidgets.git] / src / makevc.env
index 01247c6b0b259b2d3d7839ce6217cdf68b7b1bcd..78ed7bb272a4323229249f1e48c3dd26143f4be7 100644 (file)
@@ -8,12 +8,14 @@
 #
 !include <ntwin32.mak>
 
 #
 !include <ntwin32.mak>
 
+# read version numbers
+!include "version.mak"
+WXVERSION=$(wxMAJOR_VERSION)$(wxMINOR_VERSION)$(wxRELEASE_NUMBER_IFUNSTABLE)
+
 !if "$(RM)" == ""
 RM= erase
 !endif
 
 !if "$(RM)" == ""
 RM= erase
 !endif
 
-WXVERSION=25
-
 # WIN95 means "all systems newer than Win95", i.e. Win9x and NT 4+
 WIN95=1
 
 # WIN95 means "all systems newer than Win95", i.e. Win9x and NT 4+
 WIN95=1