comparison resource.rc.in @ 194:0751e0fb7ba9

Added icons and resource template file.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Nov 2010 04:08:51 +0200
parents
children da539f54c9b0
comparison
equal deleted inserted replaced
193:c136e668d9ac 194:0751e0fb7ba9
1 MAINICON ICON "@ICON@"
2 1 VERSIONINFO
3 FILEVERSION 1,0,0,0
4 PRODUCTVERSION @VERSION_COM@,0
5 BEGIN
6 BLOCK "StringFileInfo"
7 BEGIN
8 BLOCK "040904E4"
9 BEGIN
10 VALUE "CompanyName", "Anonymous Finnish Guy"
11 VALUE "FileDescription", "NewbieNudes Chat Client"
12 VALUE "FileVersion", "1.0"
13 VALUE "InternalName", "NNChat"
14 VALUE "LegalCopyright", "(C) Copyright 2008-2010 Anonymous Finnish Guy"
15 VALUE "OriginalFilename", "@EXE@"
16 VALUE "ProductName", "NNChat"
17 VALUE "ProductVersion", "@VERSION@"
18 END
19 END
20 END