Mercurial > minori
comparison rc/win32/version.rc.in @ 236:4d461ef7d424
HUGE UPDATE: convert build system to autotools
why? because cmake sucks :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 19 Jan 2024 00:24:02 -0500 |
parents | 2004b41d4a59 |
children |
comparison
equal
deleted
inserted
replaced
235:593108b3d555 | 236:4d461ef7d424 |
---|---|
1 #include "winver.h" | 1 #include "winver.h" |
2 | 2 |
3 #define VER_FILEVERSION @minori_VERSION_MAJOR@,@minori_VERSION_MINOR@,@minori_VERSION_PATCH@,0 | 3 #ifndef WRC_VERSION |
4 #define VER_FILEVERSION_STR "@minori_VERSION_MAJOR@.@minori_VERSION_MINOR@.@minori_VERSION_PATCH@.0\0" | 4 # define WRC_VERSION 0,0,0,0 |
5 | 5 #endif |
6 #define VER_PRODUCTVERSION @minori_VERSION_MAJOR@,@minori_VERSION_MINOR@,@minori_VERSION_PATCH@,0 | |
7 #define VER_PRODUCTVERSION_STR "@minori_VERSION_MAJOR@.@minori_VERSION_MINOR@.@minori_VERSION_PATCH@\0" | |
8 | 6 |
9 #define RC_INFO_STRING "@RC_INFO_STRING@\0" | 7 #define RC_INFO_STRING "@RC_INFO_STRING@\0" |
10 | 8 |
11 VS_VERSION_INFO VERSIONINFO | 9 VS_VERSION_INFO VERSIONINFO |
12 FILEVERSION VER_FILEVERSION | 10 FILEVERSION WRC_VERSION |
13 PRODUCTVERSION VER_PRODUCTVERSION | 11 PRODUCTVERSION WRC_VERSION |
14 FILEFLAGS 0x0L | 12 FILEFLAGS 0x0L |
15 FILEFLAGSMASK 0x3fL | 13 FILEFLAGSMASK 0x3fL |
16 FILEOS 0x00040004L | 14 FILEOS 0x00040004L |
17 FILETYPE 0x1L | 15 FILETYPE 0x1L |
18 FILESUBTYPE 0x0L | 16 FILESUBTYPE 0x0L |