From bca089d740efac28165c7d97f08fd9c2951cdddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 27 Aug 2014 21:04:15 -0700 Subject: [PATCH] Removed DXSDK include from VS2012. --- premake/bgfx.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/premake/bgfx.lua b/premake/bgfx.lua index fb62856de..bfd3ea327 100644 --- a/premake/bgfx.lua +++ b/premake/bgfx.lua @@ -35,10 +35,12 @@ function bgfxProject(_name, _uuid, _kind, _defines) "GLESv2", } - configuration { "windows" } + configuration { "windows", "not vs2012" } includedirs { "$(DXSDK_DIR)/include", } + + configuration { "windows" } links { "gdi32", }