Commit a526c585 authored by nanahira's avatar nanahira

Merge branch 'master' of github.com:Fluorohydride/ygopro-core

parents 6d9ba8bc 27425f11
......@@ -2,10 +2,13 @@ project "ocgcore"
kind "StaticLib"
files { "*.cpp", "*.h" }
links { "lua" }
links { LUA_LIB_NAME }
if BUILD_LUA then
includedirs { "../lua" }
includedirs { "../lua/src" }
else
includedirs { LUA_INCLUDE_DIR }
libdirs { LUA_LIB_DIR }
end
filter "action: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