Commit 70de47d8 authored by mercury233's avatar mercury233

temp

parent 6d4f8b57
......@@ -23,7 +23,7 @@ solution "ygo"
libdirs { "/usr/local/lib" }
configuration "macosx"
defines { "LUA_USE_MACOSX" }
defines { "LUA_USE_MACOSX", "DBL_MAX_10_EXP=+308", "DBL_MANT_DIG=53"}
includedirs { "/usr/local/include", "/usr/local/include/*" }
libdirs { "/usr/local/lib", "/usr/X11/lib" }
buildoptions { "-stdlib=libc++" }
......@@ -64,13 +64,13 @@ solution "ygo"
configuration {"not vs*", "windows"}
buildoptions { "-static-libgcc" }
include "lua"
include "ocgcore"
include "gframe"
if os.ishost("windows") then
include "event"
include "freetype"
include "irrlicht"
include "lua"
include "sqlite3"
end
if USE_IRRKLANG 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