Commit 032476c9 authored by nanahira's avatar nanahira

Merge branch 'master' into server

parents f17f8a80 b8d7abf5
...@@ -13,6 +13,14 @@ end ...@@ -13,6 +13,14 @@ end
defines { "WIN32", "_WIN32" } defines { "WIN32", "_WIN32" }
startproject "ygopro" startproject "ygopro"
if os.getenv("YGOPRO_USE_XP_TOOLSET") then
configuration { "windows", "vs2017" }
toolset "v141_xp"
configuration { "windows", "not vs2017" }
toolset "v140_xp"
end
configuration "bsd" configuration "bsd"
defines { "LUA_USE_POSIX" } defines { "LUA_USE_POSIX" }
includedirs { "/usr/local/include" } includedirs { "/usr/local/include" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment