diff options
author | 2015-03-07 19:12:51 +0100 | |
---|---|---|
committer | 2015-03-07 19:12:51 +0100 | |
commit | 0d9be2925b0eba722629ae4e9d88fc90b926748f (patch) | |
tree | 929efba3f1cf10ee52ee303ef2a80190ca9b0dca /3rdparty/bgfx/scripts/example-common.lua | |
parent | 55aaf4b74273d7429e099d0d488630951d1f371c (diff) |
update bgfx (nw)
Diffstat (limited to '3rdparty/bgfx/scripts/example-common.lua')
-rw-r--r-- | 3rdparty/bgfx/scripts/example-common.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/3rdparty/bgfx/scripts/example-common.lua b/3rdparty/bgfx/scripts/example-common.lua index e0983378104..6ab71ab9602 100644 --- a/3rdparty/bgfx/scripts/example-common.lua +++ b/3rdparty/bgfx/scripts/example-common.lua @@ -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 { |