meta: add missing exe resource files

This commit is contained in:
2024-12-16 20:57:30 +00:00
parent 10c03c4b74
commit bc8bfcea9d
10 changed files with 172 additions and 5 deletions

33
res/win32/lang.rc Normal file
View 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