Fixed compile and linking under mingw environment

This commit is contained in:
Miodrag Milanovic
2014-12-24 11:46:49 +01:00
parent 857a2b18f1
commit 3df7041cba
4 changed files with 25 additions and 14 deletions

View File

@@ -27,6 +27,11 @@ project ("example-common")
}
end
configuration { "mingw* or vs2008" }
includedirs {
"$(DXSDK_DIR)/include",
}
configuration { "xcode4" }
includedirs {
BX_DIR .. "include/compat/osx",