-
Notifications
You must be signed in to change notification settings - Fork 0
/
res.rc
33 lines (30 loc) · 875 Bytes
/
res.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
SDL_app ICON PRELOAD "brillion.ico"
#include <windows.h>
// http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdkr/html/_Tools_VERSIONINFO_Resource.asp
1 VERSIONINFO
FILEVERSION 0, 1, 0, 0
PRODUCTVERSION 0, 1, 0, 0
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE 2
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "04090000"
BEGIN
VALUE "CompanyName", "A Sec\\Icd production\000"
VALUE "FileDescription", "Small puzzle game\000"
VALUE "FileVersion", "0.1\000"
VALUE "InternalName", "brillion\000"
VALUE "LegalCopyright", "Copyright 2003 Stefan `Sec` Zehl\000"
VALUE "OriginalFilename", "brillion.exe\000"
VALUE "ProductName","Brillion\000"
VALUE "ProductVersion","0.1\000"
VALUE "Licence", "See LICENCE.txt\000"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200 /* Sprache: Englisch, Unicode */
END
END