Commit 48939a95 authored by nanahira's avatar nanahira

fix

parent e610b2cf
...@@ -24,7 +24,9 @@ project "ygopro" ...@@ -24,7 +24,9 @@ project "ygopro"
links { "lua" } links { "lua" }
if USE_IRRKLANG then if USE_IRRKLANG then
links { "irrKlang" } links { "irrKlang" }
libdirs { "../irrklang/lib/Win32-visualStudio" } if not IRRKLANG_PRO then
libdirs { "../irrklang/lib/Win32-visualStudio" }
end
end end
links { "opengl32", "ws2_32", "winmm", "gdi32", "kernel32", "user32", "imm32" } links { "opengl32", "ws2_32", "winmm", "gdi32", "kernel32", "user32", "imm32" }
if IRRKLANG_PRO then if IRRKLANG_PRO then
......
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