comparison makefile.vc @ 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 e62fc9b3b09c
children 5bbd275369cd
comparison
equal deleted inserted replaced
2880:2ba0959eb3cf 2881:ac404083dc6b
1 # 1 #
2 # Visual C Makefile for Dynamic Windows 2 # Visual C Makefile for Dynamic Windows
3 # 3 #
4 !include Version 4 !include Version.mk
5 VER = $(DW_MAJOR_VERSION)$(DW_MINOR_VERSION) 5 VER = $(DW_MAJOR_VERSION)$(DW_MINOR_VERSION)
6 VERDOT = $(DW_MAJOR_VERSION).$(DW_MINOR_VERSION) 6 VERDOT = $(DW_MAJOR_VERSION).$(DW_MINOR_VERSION)
7 VERREV = 0 7 VERREV = 0
8 8
9 # Configure alternate compiler based on Clang/LLVM 9 # Configure alternate compiler based on Clang/LLVM