annotate resource.rc.in @ 642:c8e5949a8961

Use th-libs functions.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Jan 2015 16:56:54 +0200
parents 97a49a6cc959
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
194
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 MAINICON ICON "@ICON@"
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 1 VERSIONINFO
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 FILEVERSION 1,0,0,0
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 PRODUCTVERSION @VERSION_COM@,0
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 BEGIN
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 BLOCK "StringFileInfo"
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 BEGIN
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 BLOCK "040904E4"
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 BEGIN
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 VALUE "CompanyName", "Anonymous Finnish Guy"
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 VALUE "FileDescription", "NewbieNudes Chat Client"
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 VALUE "FileVersion", "1.0"
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 VALUE "InternalName", "NNChat"
581
97a49a6cc959 Bump copyright year.
Matti Hamalainen <ccr@tnsp.org>
parents: 500
diff changeset
14 VALUE "LegalCopyright", "(C) Copyright 2008-2013 AFG"
194
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 VALUE "OriginalFilename", "@EXE@"
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 VALUE "ProductName", "NNChat"
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 VALUE "ProductVersion", "@VERSION@"
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 END
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 END
0751e0fb7ba9 Added icons and resource template file.
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 END