From a73ad5cd6eefd619e9371d9b26c7e6317cacd7f7 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 11 Aug 2016 21:52:49 +0200 Subject: [PATCH] Corrected path for ScriptWotlkLoader --- modules/acore/scripts-wotlk/EasternKingdoms/CMakeLists.txt | 2 +- modules/acore/scripts-wotlk/Events/CMakeLists.txt | 2 +- modules/acore/scripts-wotlk/Kalimdor/CMakeLists.txt | 2 +- modules/acore/scripts-wotlk/Northrend/CMakeLists.txt | 2 +- modules/acore/scripts-wotlk/OutdoorPvP/CMakeLists.txt | 2 +- modules/acore/scripts-wotlk/Outland/CMakeLists.txt | 2 +- modules/acore/scripts-wotlk/Pet/CMakeLists.txt | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/acore/scripts-wotlk/EasternKingdoms/CMakeLists.txt b/modules/acore/scripts-wotlk/EasternKingdoms/CMakeLists.txt index 1aae87287..9f2f8fd1a 100644 --- a/modules/acore/scripts-wotlk/EasternKingdoms/CMakeLists.txt +++ b/modules/acore/scripts-wotlk/EasternKingdoms/CMakeLists.txt @@ -164,6 +164,6 @@ set(scripts_STAT_SRCS ${CMAKE_AC_MODULE_DIR}/EasternKingdoms/TheStockade/instance_the_stockade.cpp ) -AC_ADD_SCRIPT_LOADER("EasternKingdoms" "ScriptWotlkLoader.h") +AC_ADD_SCRIPT_LOADER("EasternKingdoms" "${CMAKE_AC_MODULE_DIR}/ScriptWotlkLoader.h") message(" -> Prepared: Eastern Kingdoms") diff --git a/modules/acore/scripts-wotlk/Events/CMakeLists.txt b/modules/acore/scripts-wotlk/Events/CMakeLists.txt index 985163482..6874e47e6 100644 --- a/modules/acore/scripts-wotlk/Events/CMakeLists.txt +++ b/modules/acore/scripts-wotlk/Events/CMakeLists.txt @@ -9,6 +9,6 @@ set(scripts_STAT_SRCS ${CMAKE_AC_MODULE_DIR}/Events/midsummer.cpp ) -AC_ADD_SCRIPT_LOADER("Event" "ScriptWotlkLoader.h") +AC_ADD_SCRIPT_LOADER("Event" "${CMAKE_AC_MODULE_DIR}/ScriptWotlkLoader.h") message(" -> Prepared: Events") diff --git a/modules/acore/scripts-wotlk/Kalimdor/CMakeLists.txt b/modules/acore/scripts-wotlk/Kalimdor/CMakeLists.txt index a888ca2a0..dd4753d14 100644 --- a/modules/acore/scripts-wotlk/Kalimdor/CMakeLists.txt +++ b/modules/acore/scripts-wotlk/Kalimdor/CMakeLists.txt @@ -105,6 +105,6 @@ set(scripts_STAT_SRCS ${CMAKE_AC_MODULE_DIR}/Kalimdor/DireMaul/dire_maul.h ) -AC_ADD_SCRIPT_LOADER("Kalimdor" "ScriptWotlkLoader.h") +AC_ADD_SCRIPT_LOADER("Kalimdor" "${CMAKE_AC_MODULE_DIR}/ScriptWotlkLoader.h") message(" -> Prepared: Kalimdor") diff --git a/modules/acore/scripts-wotlk/Northrend/CMakeLists.txt b/modules/acore/scripts-wotlk/Northrend/CMakeLists.txt index 6b5e2f54c..c2bda59df 100644 --- a/modules/acore/scripts-wotlk/Northrend/CMakeLists.txt +++ b/modules/acore/scripts-wotlk/Northrend/CMakeLists.txt @@ -196,6 +196,6 @@ set(scripts_STAT_SRCS ${CMAKE_AC_MODULE_DIR}/Northrend/DraktharonKeep/boss_dred.cpp ) -AC_ADD_SCRIPT_LOADER("Northrend" "ScriptWotlkLoader.h") +AC_ADD_SCRIPT_LOADER("Northrend" "${CMAKE_AC_MODULE_DIR}/ScriptWotlkLoader.h") message(" -> Prepared: Northrend") diff --git a/modules/acore/scripts-wotlk/OutdoorPvP/CMakeLists.txt b/modules/acore/scripts-wotlk/OutdoorPvP/CMakeLists.txt index bebf616b3..d038096e7 100644 --- a/modules/acore/scripts-wotlk/OutdoorPvP/CMakeLists.txt +++ b/modules/acore/scripts-wotlk/OutdoorPvP/CMakeLists.txt @@ -26,6 +26,6 @@ set(scripts_STAT_SRCS ${CMAKE_AC_MODULE_DIR}/OutdoorPvP/OutdoorPvPGH.h ) -AC_ADD_SCRIPT_LOADER("OutdoorPvP" "ScriptWotlkLoader.h") +AC_ADD_SCRIPT_LOADER("OutdoorPvP" "${CMAKE_AC_MODULE_DIR}/ScriptWotlkLoader.h") message(" -> Prepared: Outdoor PVP Zones") diff --git a/modules/acore/scripts-wotlk/Outland/CMakeLists.txt b/modules/acore/scripts-wotlk/Outland/CMakeLists.txt index f50833bb6..e7d3843cf 100644 --- a/modules/acore/scripts-wotlk/Outland/CMakeLists.txt +++ b/modules/acore/scripts-wotlk/Outland/CMakeLists.txt @@ -109,6 +109,6 @@ set(scripts_STAT_SRCS ${CMAKE_AC_MODULE_DIR}/Outland/zone_zangarmarsh.cpp ) -AC_ADD_SCRIPT_LOADER("Outland" "ScriptWotlkLoader.h") +AC_ADD_SCRIPT_LOADER("Outland" "${CMAKE_AC_MODULE_DIR}/ScriptWotlkLoader.h") message(" -> Prepared: Outland") diff --git a/modules/acore/scripts-wotlk/Pet/CMakeLists.txt b/modules/acore/scripts-wotlk/Pet/CMakeLists.txt index 933b9cecc..1e2f5eb91 100644 --- a/modules/acore/scripts-wotlk/Pet/CMakeLists.txt +++ b/modules/acore/scripts-wotlk/Pet/CMakeLists.txt @@ -18,6 +18,6 @@ set(scripts_STAT_SRCS ${CMAKE_AC_MODULE_DIR}/Pet/pet_shaman.cpp ) -AC_ADD_SCRIPT_LOADER("Pet" "ScriptWotlkLoader.h") +AC_ADD_SCRIPT_LOADER("Pet" "${CMAKE_AC_MODULE_DIR}/ScriptWotlkLoader.h") message(" -> Prepared: Pet")