annotate src/winres.rc.in @ 217:58af72da7f60

Update copyrights.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Jan 2018 01:47:38 +0200
parents c8fd927cd2c4
children 2b5d4b6884dc
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"
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 VALUE "FileDescription", "Cafe Kampus Syntilista"
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