Commit 58359f0b authored by nanahira's avatar nanahira

no link lua when ocgcore dynamic

parent e4e4eca1
...@@ -8,7 +8,10 @@ project "YGOPro" ...@@ -8,7 +8,10 @@ project "YGOPro"
files { "*.cpp", "*.h", "CGUISkinSystem/*.cpp", "CGUISkinSystem/*.h", "CXMLRegistry/*.cpp", "CXMLRegistry/*.h" } files { "*.cpp", "*.h", "CGUISkinSystem/*.cpp", "CGUISkinSystem/*.h", "CXMLRegistry/*.cpp", "CXMLRegistry/*.h" }
includedirs { "../ocgcore" } includedirs { "../ocgcore" }
links { "ocgcore", "clzma", "cspmemvfs", LUA_LIB_NAME, "sqlite3", "irrlicht", "freetype", "event" } links { "ocgcore", "clzma", "cspmemvfs", "sqlite3", "irrlicht", "freetype", "event" }
if not OCGCORE_DYNAMIC then
links { LUA_LIB_NAME }
end
if not BUILD_LUA then if not BUILD_LUA then
libdirs { LUA_LIB_DIR } libdirs { LUA_LIB_DIR }
......
Subproject commit 239f3c20066452fc9b425b9daa0db0db04a4940e Subproject commit 5e4b94e66f8b1bf946bbe4f9beaedf01969b5e2c
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