forked from cheat-engine/cheat-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlua.rc
More file actions
23 lines (21 loc) · 754 Bytes
/
lua.rc
File metadata and controls
23 lines (21 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
0 ICON "..\\etc\\lua.ico"
1 VERSIONINFO
FILEVERSION 5,1,4,0
PRODUCTVERSION 5,1,4,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "Comments", "www.lua.org\0"
VALUE "CompanyName", "Lua.org\0"
VALUE "FileDescription", "Lua Console Standalone Interpreter\0"
VALUE "FileVersion", "5.1.4\0"
VALUE "LegalCopyright", "Copyright © 1994-2008 Lua.org, PUC-Rio.\0"
VALUE "OriginalFilename", "lua5.1.exe\0"
VALUE "ProductName", "Lua - The Programming Language\0"
VALUE "ProductVersion", "5.1.4\0"
VALUE "PrivateBuild", "Build by Tecgraf/PUC-Rio for LuaBinaries\0"
END
END
END