"...svn:/svn.code.sf.net/p/irrlicht/code/trunk@3381" did not exist on "1fcf0461fe3de8c562085782bdaf105e7dc68601"
Commit 8520e4e6 authored by nanahira's avatar nanahira

missing

parent d540f137
......@@ -4,6 +4,8 @@ project "ygopro"
kind "ConsoleApp"
defines { "YGOPRO_SERVER_MODE" }
local mr=os.getenv("YGOPRO_DEFAULT_DUEL_RULE")
if mr and tonumber(mr) then defines { "DEFAULT_DUEL_RULE="..tonumber(mr) } end
files { "gframe.cpp", "config.h",
"game.cpp", "game.h",
......
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