mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Added DXSDK header files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user