From 0e493346b8ca9842946343ef43af1fbe2fd85fce Mon Sep 17 00:00:00 2001 From: Thorbjørn Lindeijer Date: Sat, 30 Mar 2024 20:44:45 +0100 Subject: Resolved issues with winver.h The configured file wasn't actually being used, because it was not in the include path. Instead, a checked in version was used. In addition, winver.h is an existing Windows header, which was conflicting with the generated file. Instead, now mana.rc itself is configured. We didn't actually need winver.h anywhere else, anyway. --- src/winver.h.in | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/winver.h.in (limited to 'src/winver.h.in') diff --git a/src/winver.h.in b/src/winver.h.in deleted file mode 100644 index 8ce64032..00000000 --- a/src/winver.h.in +++ /dev/null @@ -1,5 +0,0 @@ -/* VERSION DEFINITIONS */ -#define VER_MAJOR ${PROJECT_VERSION_MAJOR} -#define VER_MINOR ${PROJECT_VERSION_MINOR} -#define VER_RELEASE ${PROJECT_VERSION_PATCH} -#define VER_BUILD ${PROJECT_VERSION_TWEAK} -- cgit v1.2.3-70-g09d2