-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion.rc
35 lines (32 loc) · 850 Bytes
/
version.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
// RESOURCE SCRIPT generated by "Pelles C for Windows, version 9.00".
#include <windows.h>
#include <commctrl.h>
LANGUAGE LANG_ENGLISH,SUBLANG_ENGLISH_US
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,0,1
PRODUCTVERSION 1,1,0,1
FILEFLAGSMASK 0x3F
FILEFLAGS 0x0
FILEOS VOS_NT
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "CompanyName", "Home\0"
VALUE "FileDescription", "Pong Mayhem - small pong game developed with SDL\0"
VALUE "FileVersion", "1.1\0"
VALUE "InternalName", "Pong Mayhem\0"
VALUE "LegalCopyright", "(c) 2020 Adrian Petrila, YO3GFH\0"
VALUE "OriginalFilename", "sdl-pong.exe\0"
VALUE "ProductName", "Pong Mayhem\0"
VALUE "ProductVersion", "1.1\0"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x409, 0x4E4
}
}