forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.rc
More file actions
executable file
·41 lines (39 loc) · 1.19 KB
/
server.rc
File metadata and controls
executable file
·41 lines (39 loc) · 1.19 KB
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
#include "revbuild.h"
111 ICON DISCARDABLE "standalone.ico"
112 ICON DISCARDABLE "document.ico"
1 VERSIONINFO
FILEVERSION MC_BUILD_ENGINE_MAJOR_VERSION,MC_BUILD_ENGINE_MINOR_VERSION,MC_BUILD_ENGINE_POINT_VERSION,MC_BUILD_REVISION
PRODUCTVERSION MC_BUILD_PRODUCT_MAJOR_VERSION,MC_BUILD_PRODUCT_MINOR_VERSION,MC_BUILD_PRODUCT_POINT_VERSION,MC_BUILD_REVISION
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x29L
#else
FILEFLAGS 0x28L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "LiveCode Ltd\0"
VALUE "FileDescription", "LiveCode Community Server for Windows\0"
VALUE "FileVersion", MC_BUILD_FILE_LONG_VERSION "\0"
VALUE "InternalName", "LiveCodeCommunityServer\0"
VALUE "LegalCopyright", "Copyright © 1992-2015\0"
VALUE "LegalTrademarks", "LiveCode Ltd\0"
VALUE "OriginalFilename", "LiveCodeCommunityServer.exe\0"
VALUE "PrivateBuild", "\0"
VALUE "ProductName", "LiveCodeCommunityServer\0"
VALUE "ProductVersion", MC_BUILD_PRODUCT_LONG_VERSION "\0"
VALUE "SpecialBuild", "\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END