Added support for building on VS2012/13 targeting XP
This commit is contained in:
parent
9a19f68d7f
commit
9a3f9a1c7c
2 changed files with 13 additions and 1 deletions
scripts
|
@ -35,7 +35,12 @@ project ("example-common")
|
|||
includedirs {
|
||||
"$(DXSDK_DIR)/include",
|
||||
}
|
||||
|
||||
if (_OPTIONS["vs"] == "vs2012-xp") or (_OPTIONS["vs"] == "vs2013-xp") then
|
||||
configuration { "vs201*" }
|
||||
includedirs {
|
||||
"$(DXSDK_DIR)/include",
|
||||
}
|
||||
end
|
||||
|
||||
configuration { "winphone8*"}
|
||||
linkoptions {
|
||||
|
|
Reference in a new issue