Commit 6b8b3f4f authored by mercury233's avatar mercury233

test

parent 04ada03e
Subproject commit c9181e46566718367ef453e81cb60830fed9194c
Subproject commit 4be874830de6e0c286f62fddf682e606756ab475
This diff is collapsed.
......@@ -7,7 +7,10 @@ solution "ygo"
configuration "windows"
defines { "WIN32", "_WIN32", "WINVER=0x0501" }
libdirs { "$(DXSDK_DIR)Lib/x86" }
entrypoint "mainCRTStartup"
toolset "v140_xp"
startproject "ygopro"
configuration "bsd"
defines { "LUA_USE_POSIX" }
......@@ -44,6 +47,7 @@ solution "ygo"
configuration { "Debug", "vs*" }
defines { "_ITERATOR_DEBUG_LEVEL=0" }
disablewarnings { "4819" }
configuration "vs*"
vectorextensions "SSE2"
......@@ -55,8 +59,6 @@ solution "ygo"
configuration {"not vs*", "windows"}
buildoptions { "-static-libgcc" }
startproject "ygopro"
include "ocgcore"
include "gframe"
if os.ishost("windows") then
......
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