Commit 23b1cb8c authored by nanahira's avatar nanahira

enable an option to disable lua save

parent af3a5300
......@@ -4,7 +4,11 @@ solution "ygo"
objdir "obj"
configurations { "Release", "Debug" }
if os.getenv("YGOPRO_NO_LUA_SAVE") then
defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE" }
else
defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE", "YGOPRO_LUA_SAVE" }
end
configuration "windows"
defines { "WIN32", "_WIN32" }
startproject "ygopro"
......
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