annotate src/winres.rc.in @ 167:c54ad71c1205

Apply (kludgey) adjustment scales for printed page to avoid overflow ..
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 19 Sep 2017 13:14:51 +0300
parents c8fd927cd2c4
children 58af72da7f60
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"
402446a76794 And more build system work.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 VALUE "LegalCopyright", "(C) Copyright 2017 Tecnic Software productions"
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