Commit 8810b1a1 authored by nanahira's avatar nanahira

double support

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