diff options
author | 2016-01-31 15:38:51 +0100 | |
---|---|---|
committer | 2016-01-31 15:38:51 +0100 | |
commit | f924d4bd4216f32de627ab42680e79b955275236 (patch) | |
tree | 7e5cf7d0e50845bc67eb49fcfeea6d3bc6756826 /scripts/genie.lua | |
parent | c152866e024dfd0d1f519aca0189b2178dae3286 (diff) |
link into main project and link deps (nw)
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index 0e8ce5e63aa..7883eb6a0b4 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -1084,6 +1084,11 @@ configuration { "mingw*" } "advapi32", "shlwapi", "wsock32", + "ws2_32", + "psapi", + "iphlpapi", + "shell32", + "userenv", } configuration { "mingw-clang" } linkoptions { @@ -1105,6 +1110,11 @@ configuration { "vs*" } "advapi32", "shlwapi", "wsock32", + "ws2_32", + "psapi", + "iphlpapi", + "shell32", + "userenv", } buildoptions { |