Branch merge

--HG--
branch : trunk
This commit is contained in:
Tartalo
2010-04-06 21:36:27 +02:00
13 changed files with 85 additions and 20 deletions

View File

@@ -567,5 +567,16 @@ SET(scripts_STAT_SRCS
world/npc_taxi.cpp
)
message("-- Added Script Engine to SCRIPTS lib")
include_directories(
${CMAKE_BINARY_DIR}
${CMAKE_SOURCE_DIR}/src/shared
${CMAKE_SOURCE_DIR}/src/framework
${CMAKE_SOURCE_DIR}/src/game
${CMAKE_SOURCE_DIR}/src/shared/Database
${CMAKE_SOURCE_DIR}/dep/include
${MYSQL_INCLUDE_DIR}
)
add_library(scripts STATIC ${scripts_STAT_SRCS})