forked from insider42/scriptdev2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMaNGOS-9519-ScriptDev2.patch
More file actions
63 lines (55 loc) · 2.16 KB
/
Copy pathMaNGOS-9519-ScriptDev2.patch
File metadata and controls
63 lines (55 loc) · 2.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
From 3a3dda6636d81c33c3c9b143f64b5a518bfadb56 Mon Sep 17 00:00:00 2001
From: Reve <Reve@scriptdev2.com>
Date: Fri, 5 Mar 2010 21:41:55 +0100
Subject: [PATCH] ScriptDev2 patch.
---
configure.ac | 6 +++++-
src/bindings/Makefile.am | 2 +-
src/mangosd/Makefile.am | 4 ++--
3 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
index 90b332a..c31ff26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -308,7 +308,11 @@ AC_CONFIG_FILES([
src/mangosd/Makefile
src/mangosd/mangosd.conf.dist
src/bindings/Makefile
- src/bindings/universal/Makefile
+ src/bindings/ScriptDev2/Makefile
+ src/bindings/ScriptDev2/scriptdev2.conf.dist
+ src/bindings/ScriptDev2/config.h
+ src/bindings/ScriptDev2/sql/Makefile
+ src/bindings/ScriptDev2/sql/Updates/Makefile
])
## Configure ACE, if needed
diff --git a/src/bindings/Makefile.am b/src/bindings/Makefile.am
index d7dc654..79ea910 100644
--- a/src/bindings/Makefile.am
+++ b/src/bindings/Makefile.am
@@ -14,4 +14,4 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-SUBDIRS = universal
+SUBDIRS = ScriptDev2
diff --git a/src/mangosd/Makefile.am b/src/mangosd/Makefile.am
index fe1ace1..40b6fdd 100644
--- a/src/mangosd/Makefile.am
+++ b/src/mangosd/Makefile.am
@@ -40,7 +40,7 @@ mangos_worldd_SOURCES = \
## Link world daemon against the shared library
mangos_worldd_LDADD = \
- ../bindings/universal/libmangosscript.la \
+ ../bindings/ScriptDev2/libmangosscript.la \
../game/libmangosgame.a \
../shared/Database/libmangosdatabase.a \
../shared/Config/libmangosconfig.a \
@@ -51,7 +51,7 @@ mangos_worldd_LDADD = \
../../dep/src/g3dlite/libg3dlite.a \
../../dep/src/gsoap/libgsoap.a
-mangos_worldd_LDFLAGS = -L../../dep/src/g3dlite -L../../dep/src/gsoap -L../bindings/universal/ -L$(libdir) $(MANGOS_LIBS) -export-dynamic
+mangos_worldd_LDFLAGS = -L../../dep/src/g3dlite -L../../dep/src/gsoap -L../bindings/ScriptDev2/ -L$(libdir) $(MANGOS_LIBS) -export-dynamic
## Additional files to include when running 'make dist'
# Include world daemon configuration
--
1.6.5.1.1367.gcd48