Commit 9354f8a8 authored by nanahira's avatar nanahira

move premake define place

parent 41bb47e2
......@@ -15,6 +15,9 @@ project "ygopro"
defines { "IRRKLANG_STATIC" }
end
end
if os.getenv("YGOPRO_COMPAT_MYCARD") then
defines { "YGOPRO_COMPAT_MYCARD" }
end
configuration "windows"
files "ygopro.rc"
......
......@@ -11,9 +11,6 @@ solution "ygo"
configurations { "Debug", "Release" }
defines { "LUA_COMPAT_5_2" }
if os.getenv("YGOPRO_COMPAT_MYCARD") then
defines { "YGOPRO_COMPAT_MYCARD" }
end
configuration "windows"
defines { "WIN32", "_WIN32", "WINVER=0x0501" }
libdirs { "$(DXSDK_DIR)Lib/x86" }
......
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