Commit 9fd17b0d authored by nanahira's avatar nanahira

revert_premake

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