diff makefile.emx @ 2881:ac404083dc6b

Rename the Version file Version.mk since it is included by the Makefiles. The C++ headers attempt to include <version> and it picks up that file.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 22 Dec 2022 13:57:38 +0000
parents 4b7c4cd7a11d
children 40a5e6946e2b
line wrap: on
line diff
--- a/makefile.emx	Tue Dec 20 20:23:02 2022 +0000
+++ b/makefile.emx	Thu Dec 22 13:57:38 2022 +0000
@@ -7,7 +7,7 @@
 RC = rc
 MAKE = make
 COMPRESS = lxlite
-include Version
+include Version.mk
 VER = $(DW_MAJOR_VERSION)$(DW_MINOR_VERSION)
 VERDOT = $(DW_MAJOR_VERSION).$(DW_MINOR_VERSION)
 AVERREV := $(shell os2\svnrev.cmd)