Commit 947b7dd2 authored by nanahira's avatar nanahira

test irrklang pro on vs2017

parent b2ecfaba
......@@ -25,9 +25,19 @@ project "ygopro"
includedirs { "../irrlicht/include", "../freetype/include", "../event/include", "../sqlite3" }
if USE_IRRKLANG then
links { "irrKlang" }
libdirs { "../irrklang/lib/Win32-visualStudio" }
--libdirs { "../irrklang/lib/Win32-visualStudio" }
end
links { "opengl32", "ws2_32", "winmm", "gdi32", "kernel32", "user32", "imm32" }
if USE_IRRKLANG then
configuration { "windows", "not vs2017" }
libdirs { "../irrklang/lib/Win32-visualStudio" }
configuration { "windows", "vs2017" }
if IRRKLANG_PRO then
libdirs { "../irrklang/lib/Win32-vs2017" }
else
libdirs { "../irrklang/lib/Win32-visualStudio" }
end
end
configuration {"windows", "not vs*"}
includedirs { "/mingw/include/irrlicht", "/mingw/include/freetype2" }
configuration "not vs*"
......
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