This commit is contained in:
NishiOwO 2025-04-10 16:57:30 +09:00
parent 6a9d396823
commit cefcbe41e6
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343
3 changed files with 32 additions and 0 deletions

25
engine/engine.rc Normal file
View File

@ -0,0 +1,25 @@
#include <windows.h>
ENGINE ICON "../texture/goldfish.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "CompanyName", "NishBox contributors\0"
VALUE "FileDescription", "GoldFish Engine\0"
VALUE "LegalCopyright", "Public domain, original by NishBox contributors\0"
VALUE "FileVersion", "0.0.0.0\0"
VALUE "ProductName", "GoldFish Engine\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 65001
END
END

View File

@ -247,6 +247,13 @@ project("Engine")
"ODE_DLL",
"_DLL"
})
filter({
"options:engine=dynamic",
"system:windows"
})
files({
"engine/engine.rc"
})
link_stuffs("options:engine=dynamic")
filter("configurations:Debug")
defines({

BIN
texture/goldfish.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB