annotate src/winres.rc.in @ 280:2b5d4b6884dc

Rename.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 09 May 2023 10:56:57 +0300
parents 58af72da7f60
children 0f345852b3ed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
50
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 MAINICON ICON "icon.ico"
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 1 VERSIONINFO
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 FILEVERSION 1,0,0,0
61
11fc54878035 Fix version stuff in Windows target resource file.
Matti Hamalainen <ccr@tnsp.org>
parents: 56
diff changeset
4 PRODUCTVERSION @APP_VERSION_COM@
50
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 BEGIN
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 BLOCK "StringFileInfo"
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 BEGIN
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 BLOCK "040904E4"
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 BEGIN
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 VALUE "CompanyName", "TNSP"
280
2b5d4b6884dc Rename.
Matti Hamalainen <ccr@tnsp.org>
parents: 217
diff changeset
11 VALUE "FileDescription", "Syntilista"
50
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 VALUE "FileVersion", "1.0"
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 VALUE "InternalName", "Syntilista"
217
58af72da7f60 Update copyrights.
Matti Hamalainen <ccr@tnsp.org>
parents: 80
diff changeset
14 VALUE "LegalCopyright", "(C) Copyright 2017-2018 Tecnic Software productions"
50
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 VALUE "OriginalFilename", "@APP_EXE@"
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 VALUE "ProductName", "Syntilista"
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 VALUE "ProductVersion", "@APP_VERSION@"
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 END
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 END
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 END