mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Removed DXSDK include from VS2012.
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user