Added DXSDK header files.

This commit is contained in:
Branimir Karadžić
2015-08-19 18:33:56 -07:00
parent 51c10dd59d
commit 1e66ff0440
37 changed files with 70433 additions and 259 deletions

View File

@@ -35,6 +35,7 @@ function bgfxProject(_name, _kind, _defines)
includedirs {
path.join(BGFX_DIR, "3rdparty"),
path.join(BGFX_DIR, "3rdparty/dxsdk/include"),
path.join(BGFX_DIR, "../bx/include"),
}
@@ -76,11 +77,6 @@ function bgfxProject(_name, _kind, _defines)
"GLESv2",
}
configuration { "vs2008" }
includedirs {
"$(DXSDK_DIR)/include",
}
configuration { "winphone8* or winstore8*"}
linkoptions {
"/ignore:4264" -- LNK4264: archiving object file compiled with /ZW into a static library; note that when authoring Windows Runtime types it is not recommended to link with a static library that contains Windows Runtime metadata