summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2016-08-30 22:19:30 +0200
committerYehonal <yehonal.azeroth@gmail.com>2016-08-31 01:08:38 +0200
commit12d3aeacbdca4e11e4bed1356adc7ec2228c70f5 (patch)
tree4169fc8b07db729e60b9100cab450cb40e521d66 /src
parente113eeec5de517a8f2159e604f6298d2a65fd6ed (diff)
Removed absolute path from some script loaders
Diffstat (limited to 'src')
-rw-r--r--src/scripts/EasternKingdoms/CMakeLists.txt2
-rw-r--r--src/scripts/Events/CMakeLists.txt2
-rw-r--r--src/scripts/Kalimdor/CMakeLists.txt2
-rw-r--r--src/scripts/Northrend/CMakeLists.txt2
-rw-r--r--src/scripts/OutdoorPvP/CMakeLists.txt2
-rw-r--r--src/scripts/Outland/CMakeLists.txt2
-rw-r--r--src/scripts/Pet/CMakeLists.txt2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/scripts/EasternKingdoms/CMakeLists.txt b/src/scripts/EasternKingdoms/CMakeLists.txt
index ce290313ea..42220f43f4 100644
--- a/src/scripts/EasternKingdoms/CMakeLists.txt
+++ b/src/scripts/EasternKingdoms/CMakeLists.txt
@@ -164,6 +164,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/EasternKingdoms/TheStockade/instance_the_stockade.cpp
)
-AC_ADD_SCRIPT_LOADER("EasternKingdoms" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
+AC_ADD_SCRIPT_LOADER("EasternKingdoms" "ScriptLoader.h")
message(" -> Prepared: Eastern Kingdoms")
diff --git a/src/scripts/Events/CMakeLists.txt b/src/scripts/Events/CMakeLists.txt
index 2ef412a9cb..38d39ef0a7 100644
--- a/src/scripts/Events/CMakeLists.txt
+++ b/src/scripts/Events/CMakeLists.txt
@@ -9,6 +9,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/Events/midsummer.cpp
)
-AC_ADD_SCRIPT_LOADER("Event" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
+AC_ADD_SCRIPT_LOADER("Event" "ScriptLoader.h")
message(" -> Prepared: Events")
diff --git a/src/scripts/Kalimdor/CMakeLists.txt b/src/scripts/Kalimdor/CMakeLists.txt
index 2f78d50875..7a37f14361 100644
--- a/src/scripts/Kalimdor/CMakeLists.txt
+++ b/src/scripts/Kalimdor/CMakeLists.txt
@@ -105,6 +105,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/Kalimdor/DireMaul/dire_maul.h
)
-AC_ADD_SCRIPT_LOADER("Kalimdor" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
+AC_ADD_SCRIPT_LOADER("Kalimdor" "ScriptLoader.h")
message(" -> Prepared: Kalimdor")
diff --git a/src/scripts/Northrend/CMakeLists.txt b/src/scripts/Northrend/CMakeLists.txt
index 0638a43cef..41218b3f31 100644
--- a/src/scripts/Northrend/CMakeLists.txt
+++ b/src/scripts/Northrend/CMakeLists.txt
@@ -196,6 +196,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/Northrend/DraktharonKeep/boss_dred.cpp
)
-AC_ADD_SCRIPT_LOADER("Northrend" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
+AC_ADD_SCRIPT_LOADER("Northrend" "ScriptLoader.h")
message(" -> Prepared: Northrend")
diff --git a/src/scripts/OutdoorPvP/CMakeLists.txt b/src/scripts/OutdoorPvP/CMakeLists.txt
index 6d4b6241d4..ed8aabe46b 100644
--- a/src/scripts/OutdoorPvP/CMakeLists.txt
+++ b/src/scripts/OutdoorPvP/CMakeLists.txt
@@ -26,6 +26,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/OutdoorPvP/OutdoorPvPGH.h
)
-AC_ADD_SCRIPT_LOADER("OutdoorPvP" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
+AC_ADD_SCRIPT_LOADER("OutdoorPvP" "ScriptLoader.h")
message(" -> Prepared: Outdoor PVP Zones")
diff --git a/src/scripts/Outland/CMakeLists.txt b/src/scripts/Outland/CMakeLists.txt
index ecf94201e5..dc384ced3b 100644
--- a/src/scripts/Outland/CMakeLists.txt
+++ b/src/scripts/Outland/CMakeLists.txt
@@ -109,6 +109,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/Outland/zone_zangarmarsh.cpp
)
-AC_ADD_SCRIPT_LOADER("Outland" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
+AC_ADD_SCRIPT_LOADER("Outland" "ScriptLoader.h")
message(" -> Prepared: Outland")
diff --git a/src/scripts/Pet/CMakeLists.txt b/src/scripts/Pet/CMakeLists.txt
index a80f85d9c4..617106b756 100644
--- a/src/scripts/Pet/CMakeLists.txt
+++ b/src/scripts/Pet/CMakeLists.txt
@@ -18,6 +18,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/Pet/pet_shaman.cpp
)
-AC_ADD_SCRIPT_LOADER("Pet" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
+AC_ADD_SCRIPT_LOADER("Pet" "ScriptLoader.h")
message(" -> Prepared: Pet")