Commit 9fd17b0d authored by nanahira's avatar nanahira

revert_premake

parent 9d8ac051
......@@ -11,11 +11,8 @@ project "ygopro"
defines { "YGOPRO_USE_IRRKLANG" }
links { "irrKlang" }
includedirs { "../irrklang/include" }
if USE_IKPMP3 then
links { "ikpMP3" }
defines { "YGOPRO_USE_IKPMP3" }
end
if IRRKLANG_PRO then
links { "ikpMP3" }
defines { "IRRKLANG_STATIC" }
end
end
......
......@@ -7,9 +7,6 @@ solution "ygo"
if os.getenv("irrklang_pro") then
IRRKLANG_PRO = true
end
if IRRKLANG_PRO or os.getenv("USE_IKPMP3") then
USE_IKPMP3 = true
end
end
startproject "ygopro"
......@@ -79,6 +76,6 @@ solution "ygo"
include "lua"
include "sqlite3"
end
if USE_IKPMP3 then
include "ikpmp3"
end
if IRRKLANG_PRO then
include "ikpmp3"
end
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