File: simres.rc

package info (click to toggle)
simutrans 111.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 13,504 kB
  • ctags: 12,645
  • sloc: cpp: 101,849; ansic: 3,466; makefile: 694; sh: 44
file content (35 lines) | stat: -rw-r--r-- 807 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* ICON and Version info for Simutrans Windows */

#include "simversion.h"

100 ICON "stormoog.ico"
101 ICON "simutrans.ico"
102 ICON "old.ico"


1 VERSIONINFO
FILEVERSION    RES_VERSION_NUMBER
PRODUCTVERSION RES_VERSION_NUMBER
{
 BLOCK "StringFileInfo"
 {
  BLOCK "040904E4"
  {
   VALUE "CompanyName",      "Simutrans Team"
   VALUE "FileDescription",  "Simutrans"
   VALUE "FileVersion",      VERSION_NUMBER
   VALUE "InternalName",     "SIMUTRANS"
   VALUE "LegalCopyright",   "\251 Hj. Malthaner '97-'04 Simutrans Team '05-09"
   VALUE "OriginalFilename", "SIMUTRANS.EXE"
   VALUE "ProductName",      "Simutrans"
   VALUE "ProductVersion",   VERSION_NUMBER
  }

 }

 BLOCK "VarFileInfo"
 {
  VALUE "Translation", 2057, 1252, 1031, 1252, 1035, 1252, 1036, 1252, 1034, 1252, 1038, 1252, 1043, 1252
 }

}