meta: add missing exe resource files
This commit is contained in:
33
res/win32/lang.rc
Normal file
33
res/win32/lang.rc
Normal file
@@ -0,0 +1,33 @@
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 0,0,1,0
|
||||
PRODUCTVERSION 0,0,1,0
|
||||
FILEFLAGSMASK 0x17L
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
#else
|
||||
FILEFLAGS 0x0L
|
||||
#endif
|
||||
FILEOS 0x4L
|
||||
FILETYPE 0x1L
|
||||
FILESUBTYPE 0x0L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "080904b0"
|
||||
BEGIN
|
||||
VALUE "Comments", "Ivy Compiler"
|
||||
VALUE "FileDescription", "Ivy Language Compiler Library."
|
||||
VALUE "CompanyName", "Max Wash"
|
||||
VALUE "FileVersion", "0, 0, 1, 0"
|
||||
VALUE "InternalName", "Ivy Compiler"
|
||||
VALUE "LegalCopyright", "(C) 2024 Max Wash"
|
||||
VALUE "OriginalFilename", "Ivy-lang.dll"
|
||||
VALUE "ProductName", "ivy Compiler"
|
||||
VALUE "ProductVersion", "0, 0, 1, 0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x809, 1200
|
||||
END
|
||||
END
|
||||
Reference in New Issue
Block a user