mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-03-25 06:11:09 -04:00
Removed DXSDK include from VS2012.
This commit is contained in:
parent
07f5cd2b70
commit
bca089d740
1 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue