Mercurial > minori
annotate rc/win32/version.rc.in @ 241:06d6c351925c
*: reorganize resources, +docs, build translations with autotools
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Mon, 22 Jan 2024 16:36:19 -0500 |
| parents | 4d461ef7d424 |
| children |
| rev | line source |
|---|---|
| 103 | 1 #include "winver.h" |
| 2 | |
|
236
4d461ef7d424
HUGE UPDATE: convert build system to autotools
Paper <mrpapersonic@gmail.com>
parents:
108
diff
changeset
|
3 #ifndef WRC_VERSION |
|
4d461ef7d424
HUGE UPDATE: convert build system to autotools
Paper <mrpapersonic@gmail.com>
parents:
108
diff
changeset
|
4 # define WRC_VERSION 0,0,0,0 |
|
4d461ef7d424
HUGE UPDATE: convert build system to autotools
Paper <mrpapersonic@gmail.com>
parents:
108
diff
changeset
|
5 #endif |
| 103 | 6 |
| 108 | 7 #define RC_INFO_STRING "@RC_INFO_STRING@\0" |
| 103 | 8 |
| 9 VS_VERSION_INFO VERSIONINFO | |
|
236
4d461ef7d424
HUGE UPDATE: convert build system to autotools
Paper <mrpapersonic@gmail.com>
parents:
108
diff
changeset
|
10 FILEVERSION WRC_VERSION |
|
4d461ef7d424
HUGE UPDATE: convert build system to autotools
Paper <mrpapersonic@gmail.com>
parents:
108
diff
changeset
|
11 PRODUCTVERSION WRC_VERSION |
| 103 | 12 FILEFLAGS 0x0L |
| 13 FILEFLAGSMASK 0x3fL | |
| 14 FILEOS 0x00040004L | |
| 15 FILETYPE 0x1L | |
| 16 FILESUBTYPE 0x0L | |
| 17 BEGIN | |
| 18 BLOCK "StringFileInfo" | |
| 19 BEGIN | |
| 20 BLOCK "000004b0" | |
| 21 BEGIN | |
| 22 VALUE "CompanyName", "Paper" | |
| 23 VALUE "FileDescription", RC_INFO_STRING | |
| 24 VALUE "FileVersion", VER_FILEVERSION_STR | |
| 25 VALUE "InternalName", "minori" | |
| 26 VALUE "OriginalFilename", "minori.exe" | |
| 27 VALUE "ProductName", "Minori" | |
| 28 VALUE "ProductVersion", VER_PRODUCTVERSION_STR | |
| 29 END | |
| 30 END | |
| 31 BLOCK "VarFileInfo" | |
| 32 BEGIN | |
| 33 VALUE "Translation", 0x409, 1252 | |
| 34 END | |
| 35 END |
