summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-08-11 21:52:49 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-08-11 21:52:49 +0200
commita73ad5cd6eefd619e9371d9b26c7e6317cacd7f7 (patch)
tree25c901ddccdca7d15d043037d249599ebe627755
parente1dc2f8b013747acfc2f71ca0919e23340078763 (diff)
Corrected path for ScriptWotlkLoader
-rw-r--r--modules/acore/scripts-wotlk/EasternKingdoms/CMakeLists.txt2
-rw-r--r--modules/acore/scripts-wotlk/Events/CMakeLists.txt2
-rw-r--r--modules/acore/scripts-wotlk/Kalimdor/CMakeLists.txt2
-rw-r--r--modules/acore/scripts-wotlk/Northrend/CMakeLists.txt2
-rw-r--r--modules/acore/scripts-wotlk/OutdoorPvP/CMakeLists.txt2
-rw-r--r--modules/acore/scripts-wotlk/Outland/CMakeLists.txt2
-rw-r--r--modules/acore/scripts-wotlk/Pet/CMakeLists.txt2
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 1aae872872..9f2f8fd1a1 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 985163482f..6874e47e65 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 a888ca2a0e..dd4753d14d 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 6b5e2f54cb..c2bda59df3 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 bebf616b3c..d038096e7e 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 f50833bb60..e7d3843cf9 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 933b9cecc0..1e2f5eb912 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")