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", }