remove usage of DXSDK for mingw, breaks compilation if included in some versions (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-01 13:04:03 +02:00
parent f1ae3f2a5c
commit b5e2b068d3
3 changed files with 3 additions and 2 deletions

View file

@ -37,7 +37,7 @@ project ("example-common")
}
end
configuration { "mingw* or vs2008" }
configuration { "vs2008" }
includedirs {
"$(DXSDK_DIR)/include",
}