diff options
author | win32 <> | 2010-01-21 08:23:30 +0200 |
---|---|---|
committer | win32 <> | 2010-01-21 08:23:30 +0200 |
commit | ce620223eba6857226e85c128f82546f89d3a760 (patch) | |
tree | 2edd3b767214d0f76a17fec1475ae386ac21bc53 /src | |
parent | e21081172cb342b976a07a1baa72675ae516cfc8 (diff) |
restore work scripts in *nix system
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt index 1b02b4d93b3..206651606f2 100644 --- a/src/game/CMakeLists.txt +++ b/src/game/CMakeLists.txt @@ -853,6 +853,8 @@ if (DO_SCRIPTS) ../scripts/world/npcs_special.cpp ../scripts/world/npc_taxi.cpp ) + +add_definitions(-D_TRINITY_SCRIPT_CONFIG='"${CONF_DIR}/trinitycore.conf"') endif (DO_SCRIPTS) add_library(game STATIC ${game_STAT_SRCS}) |