remove usage of DXSDK for mingw, breaks compilation if included in some versions (nw)
This commit is contained in:
parent
f1ae3f2a5c
commit
b5e2b068d3
3 changed files with 3 additions and 2 deletions
|
@ -76,7 +76,7 @@ function bgfxProject(_name, _kind, _defines)
|
||||||
"GLESv2",
|
"GLESv2",
|
||||||
}
|
}
|
||||||
|
|
||||||
configuration { "mingw* or vs2008" }
|
configuration { "vs2008" }
|
||||||
includedirs {
|
includedirs {
|
||||||
"$(DXSDK_DIR)/include",
|
"$(DXSDK_DIR)/include",
|
||||||
}
|
}
|
||||||
|
|
|
@ -37,7 +37,7 @@ project ("example-common")
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
configuration { "mingw* or vs2008" }
|
configuration { "vs2008" }
|
||||||
includedirs {
|
includedirs {
|
||||||
"$(DXSDK_DIR)/include",
|
"$(DXSDK_DIR)/include",
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,6 +51,7 @@ project "shaderc"
|
||||||
"$(DXSDK_DIR)/include",
|
"$(DXSDK_DIR)/include",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
configuration { "vs*" }
|
||||||
links {
|
links {
|
||||||
"d3dx9",
|
"d3dx9",
|
||||||
"d3dcompiler",
|
"d3dcompiler",
|
||||||
|
|
Reference in a new issue