mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Actually use Windows manifest
This commit is contained in:
parent
8580aa6b6c
commit
f76f0cce2b
1
bam.lua
1
bam.lua
|
@ -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/mysqlcppconn.dll"))
|
||||||
table.insert(server_sql_depends, CopyToDirectory(".", "other/mysql/vc2005libs/libmysql.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
|
if config.compiler.driver == "cl" then
|
||||||
client_link_other = {ResCompile("other/icons/DDNet_cl.rc")}
|
client_link_other = {ResCompile("other/icons/DDNet_cl.rc")}
|
||||||
server_link_other = {ResCompile("other/icons/DDNet_srv_cl.rc")}
|
server_link_other = {ResCompile("other/icons/DDNet_srv_cl.rc")}
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
50h ICON "DDNet.ico"
|
50h ICON "DDNet.ico"
|
||||||
|
1 24 "DDNet.exe.manifest"
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
ID ICON "DDNet.ico"
|
ID ICON "DDNet.ico"
|
||||||
|
1 24 "DDNet.exe.manifest"
|
||||||
|
|
Loading…
Reference in a new issue