diff options
Diffstat (limited to 'zen/xmake.lua')
| -rw-r--r-- | zen/xmake.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zen/xmake.lua b/zen/xmake.lua index 6f4d74f0e..86d95406e 100644 --- a/zen/xmake.lua +++ b/zen/xmake.lua @@ -13,8 +13,10 @@ target("zen") end if is_plat("windows") then + add_files("zen.rc") add_ldflags("/subsystem:console,5.02") add_ldflags("/LTCG") + add_ldflags("crypt32.lib", "wldap32.lib", "Ws2_32.lib") end if is_plat("macosx") then |