From 4bb5cc23b55d613efd0271defd0ff8509ec9a453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 15 Oct 2014 23:21:46 -0700 Subject: [PATCH] Fixed VS2012 build. --- scripts/bgfx.lua | 6 ------ scripts/genie.lua | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/bgfx.lua b/scripts/bgfx.lua index 6b6e8bba..db9408a6 100644 --- a/scripts/bgfx.lua +++ b/scripts/bgfx.lua @@ -40,12 +40,6 @@ function bgfxProject(_name, _kind, _defines) "$(DXSDK_DIR)/include", } - configuration { "windows" } - links { - "gdi32", - "psapi", - } - configuration { "xcode4 or osx or ios*" } files { BGFX_DIR .. "src/**.mm", diff --git a/scripts/genie.lua b/scripts/genie.lua index f4dad61e..27884896 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -111,6 +111,12 @@ function exampleProject(_name) "/DELAYLOAD:\"libGLESv2.dll\"", } + configuration { "windows" } + links { + "gdi32", + "psapi", + } + configuration { "android*" } kind "ConsoleApp" targetextension ".so"