Commit ccf34c55 authored by nanahira's avatar nanahira

lua safe in ygopro

parent f60661e1
......@@ -5,7 +5,7 @@ solution "ygo"
--startproject "ygopro"
configurations { "Release", "Debug" }
defines { "LUA_COMPAT_5_2", "LUA_SAFE_MODE", "YGOPRO_SERVER_MODE" }
defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE", "YGOPRO_LUA_SAVE" }
configuration "windows"
defines { "WIN32", "_WIN32" }
......
......@@ -4,7 +4,7 @@ solution "ygo"
objdir "obj"
configurations { "Release", "Debug" }
defines { "LUA_COMPAT_5_2", "LUA_SAFE_MODE", "YGOPRO_SERVER_MODE" }
defines { "LUA_COMPAT_5_2", "YGOPRO_SERVER_MODE", "YGOPRO_LUA_SAVE" }
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