Actually use Windows manifest

This commit is contained in:
def 2017-07-15 19:18:29 +02:00
parent 8580aa6b6c
commit f76f0cce2b
4 changed files with 2 additions and 1 deletions

View file

@ -174,7 +174,6 @@ if family == "windows" then
table.insert(server_sql_depends, CopyToDirectory(".", "other/mysql/vc2005libs/mysqlcppconn.dll"))
table.insert(server_sql_depends, CopyToDirectory(".", "other/mysql/vc2005libs/libmysql.dll"))
client_link_other = {ResCompile("other/manifest/DDNet.rc")}
if config.compiler.driver == "cl" then
client_link_other = {ResCompile("other/icons/DDNet_cl.rc")}
server_link_other = {ResCompile("other/icons/DDNet_srv_cl.rc")}

View file

@ -1 +1,2 @@
50h ICON "DDNet.ico"
1 24 "DDNet.exe.manifest"

View file

@ -1 +1,2 @@
ID ICON "DDNet.ico"
1 24 "DDNet.exe.manifest"