Commit 86a5bc31 authored by nanahira's avatar nanahira

unfinished

parent 932670dc
......@@ -5,7 +5,7 @@ project "ygopro"
files { "**.cpp", "**.cc", "**.c", "**.h" }
excludes "lzma/**"
includedirs { "../ocgcore" }
includedirs { "../ocgcore", "../event/include" }
links { "ocgcore", "clzma", "Irrlicht", "freetype", "sqlite3", "lua" , "event" }
if USE_IRRKLANG then
defines { "YGOPRO_USE_IRRKLANG" }
......@@ -22,7 +22,7 @@ project "ygopro"
configuration "windows"
files "ygopro.rc"
excludes "CGUIButton.cpp"
includedirs { "../irrlicht/include", "../freetype/include", "../event/include", "../sqlite3" }
includedirs { "../irrlicht/include", "../freetype/include", "../sqlite3" }
if USE_IRRKLANG then
links { "irrKlang" }
if not IRRKLANG_PRO then
......
......@@ -80,8 +80,8 @@ end
include "lua"
include "ocgcore"
include "gframe"
include "event"
if os.ishost("windows") then
include "event"
include "freetype"
include "irrlicht"
include "sqlite3"
......
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