Commit d5d2b3aa authored by nanahira's avatar nanahira

Merge branch 'nolink' into another

parents fd2a00c6 5c6d14f2
......@@ -15,6 +15,12 @@ project "ygopro"
defines { "IRRKLANG_STATIC" }
end
end
if os.getenv("YGOPRO_COMPAT_MYCARD") then
defines { "YGOPRO_COMPAT_MYCARD" }
end
if os.getenv("YGOPRO_IGNORE_SELECT_UNSELECT") then
defines { "YGOPRO_IGNORE_SELECT_UNSELECT" }
end
configuration "windows"
files "ygopro.rc"
......
......@@ -11,12 +11,6 @@ solution "ygo"
configurations { "Debug", "Release" }
defines { "LUA_COMPAT_5_2" }
if os.getenv("YGOPRO_COMPAT_MYCARD") then
defines { "YGOPRO_COMPAT_MYCARD" }
end
if os.getenv("YGOPRO_IGNORE_SELECT_UNSELECT") then
defines { "YGOPRO_IGNORE_SELECT_UNSELECT" }
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