From 6327e9104cdc683c3568bed894aafc75ae43efbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 20 Jan 2016 22:23:15 -0800 Subject: [PATCH] Fixed link dependency. --- scripts/genie.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/genie.lua b/scripts/genie.lua index 2399a70..580e3d6 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -58,17 +58,18 @@ project "bx.test" path.join(BX_DIR, "tests/**.H"), } - configuration { "vs*" } + configuration { "vs* or mingw*" } + links { + "psapi", + } configuration { "android*" } - kind "ConsoleApp" targetextension ".so" linkoptions { "-shared", } configuration { "nacl or nacl-arm" } - kind "ConsoleApp" targetextension ".nexe" links { "ppapi", @@ -76,7 +77,6 @@ project "bx.test" } configuration { "pnacl" } - kind "ConsoleApp" targetextension ".pexe" links { "ppapi",