-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshipclass.rc
54 lines (48 loc) · 1.02 KB
/
shipclass.rc
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
/*
shipclass.rc - Resources for SHIPCLASS.DLL.
Jason Hood, 24 December, 2009.
*/
#include <windows.h>
STRINGTABLE
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
{
0, "Bomber"
1, "Super Heavy Fighter"
2, "Transport"
3, "Train"
4, "Heavy Transport"
5, "Super Train"
6, "Liner"
7, "Gunboat"
8, "Frigate"
9, "Cruiser"
10, "Heavy Miner"
11, "Battlecruiser"
12, "Battleship"
13, "Carrier"
14, "Dreadnought"
15, "Repair Ship"
}
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
FILEOS 0x40004
FILETYPE 0x1
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
VALUE "CompanyName", "Jason Hood"
VALUE "FileDescription", "Additional ship classes"
VALUE "FileVersion", "1.00"
VALUE "ProductName", "Freelancer"
VALUE "ProductVersion", "1, 0, 0, 0"
VALUE "Comments", "http://freelancer.adoxa.cjb.net/"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04B0
}
}