From 121d3fb3d9835ec78a1de7f268e79bf79cbf5865 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 15 May 2023 17:58:46 +0200 Subject: Remove ATL header usage (#306) ATL has been used here and there as a convenience. Given that this is a legacy component and not always something which gets installed along with the compiler we hereby remove the dependency altogether in favour of our own simple wrappers --- src/zencore/xmake.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/zencore/xmake.lua') diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua index 4ec334574..1be89c14a 100644 --- a/src/zencore/xmake.lua +++ b/src/zencore/xmake.lua @@ -61,3 +61,9 @@ target('zencore') if is_plat("linux") then add_syslinks("rt") end + + if is_plat("windows") then + add_syslinks("Advapi32") + add_syslinks("Shell32") + add_syslinks("User32") + end \ No newline at end of file -- cgit v1.2.3