Commit 86a5bc31 authored by nanahira's avatar nanahira

unfinished

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