#
!include <ntwin32.mak>
+# 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