Commit 6bf37cce authored by nanahira's avatar nanahira Committed by mercury233

support both vs versions (#20)

parent 70ede05e
...@@ -12,10 +12,16 @@ solution "ygo" ...@@ -12,10 +12,16 @@ solution "ygo"
defines { "WIN32", "_WIN32", "WINVER=0x0501" } defines { "WIN32", "_WIN32", "WINVER=0x0501" }
libdirs { "$(DXSDK_DIR)Lib/x86" } libdirs { "$(DXSDK_DIR)Lib/x86" }
entrypoint "mainCRTStartup" entrypoint "mainCRTStartup"
toolset "v141_xp" --toolset "v141_xp"
systemversion "latest" systemversion "latest"
startproject "ygopro" startproject "ygopro"
configuration { "windows", "vs2017" }
toolset "v141_xp"
configuration { "windows", "not vs2017" }
toolset "v140_xp"
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