Skip to content
Snippets Groups Projects
Commit f660594e authored by dg's avatar dg
Browse files

windows icon

git-svn-id: http://svn.net-core.org/repos/t-engine4@2903 51575b47-30f0-44d4-a5cc-537603b46e54
parent e43fbd8a
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,9 @@ configuration "windows"
linkoptions { "-mwindows" }
links { "mingw32", "SDLmain", "SDL", "SDL_ttf", "SDL_image", "SDL_mixer", "OPENGL32", "GLU32", "wsock32" }
defines { [[TENGINE_HOME_PATH='"T-Engine"']], 'SELFEXE_WINDOWS' }
prebuildcommands { "windres src/windows/icon.rc -O coff -o src/windows/icon.res" }
linkoptions { "src/windows/icon.res" }
configuration "linux"
links { "SDL", "SDL_ttf", "SDL_image", "SDL_mixer", "GL", "GLU", "m", "pthread" }
......
tomeicon ICON "game/engines/default/data/gfx/te4-icon.ico"
1 VERSIONINFO
FILEVERSION 1,0,0,0
PRODUCTVERSION 1,0,0,0
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "080904E4"
BEGIN
VALUE "CompanyName", "te4.org"
VALUE "FileDescription", "Tales of Maj'Eyal"
VALUE "FileVersion", "1.0"
VALUE "InternalName", "te4"
VALUE "LegalCopyright", "ToME"
VALUE "OriginalFilename", "t-engine.exe"
VALUE "ProductName", "Tales of Maj'Eyal"
VALUE "ProductVersion", "1.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x809, 1252
END
END
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment