comparison 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
comparison
equal deleted inserted replaced
2880:2ba0959eb3cf 2881:ac404083dc6b
5 CC = gcc 5 CC = gcc
6 RM = rm -f 6 RM = rm -f
7 RC = rc 7 RC = rc
8 MAKE = make 8 MAKE = make
9 COMPRESS = lxlite 9 COMPRESS = lxlite
10 include Version 10 include Version.mk
11 VER = $(DW_MAJOR_VERSION)$(DW_MINOR_VERSION) 11 VER = $(DW_MAJOR_VERSION)$(DW_MINOR_VERSION)
12 VERDOT = $(DW_MAJOR_VERSION).$(DW_MINOR_VERSION) 12 VERDOT = $(DW_MAJOR_VERSION).$(DW_MINOR_VERSION)
13 AVERREV := $(shell os2\svnrev.cmd) 13 AVERREV := $(shell os2\svnrev.cmd)
14 include SVN.REV 14 include SVN.REV
15 15