MMOCoin

Likes Likes:  0
Results 1 to 10 of 14

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Scout

    Join Date
    Jan 2010
    Posts
    9
    Post Thanks / Like
    Rep Power
    17
    Reputation
    17

    Contents of http://skinlayers.net/evoxlinux.patch

    evoxlinux.patch
    UPDATED for post-mangos code merge.
    NOTE: Use evox-sd2linux.patch (below) until the evo-X devs decide to include config.h.in in their version of SD2.

    Code:
    diff -rupN a/configure.ac b/configure.ac
    --- a/configure.ac    2010-02-12 05:12:36.000000000 -0800
    +++ b/configure.ac    2010-02-12 05:18:11.000000000 -0800
    @@ -297,7 +297,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 -rupN a/src/bindings/.gitignore b/src/bindings/.gitignore
    --- a/src/bindings/.gitignore    2010-02-12 05:12:37.000000000 -0800
    +++ b/src/bindings/.gitignore    2010-02-12 05:17:55.000000000 -0800
    @@ -11,4 +11,4 @@
     #
     # Scripting projects
     #
    -#universal
    +scriptdev2
    diff -rupN a/src/bindings/Makefile.am b/src/bindings/Makefile.am
    --- a/src/bindings/Makefile.am    2010-02-12 05:12:37.000000000 -0800
    +++ b/src/bindings/Makefile.am    2010-02-12 05:18:40.000000000 -0800
    @@ -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 -rupN a/src/mangosd/Makefile.am b/src/mangosd/Makefile.am
    --- a/src/mangosd/Makefile.am    2010-02-12 05:12:37.000000000 -0800
    +++ b/src/mangosd/Makefile.am    2010-02-12 05:19:37.000000000 -0800
    @@ -34,7 +34,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 \
    @@ -45,7 +45,7 @@ mangos_worldd_LDADD = \
         ../../dep/src/sockets/libmangossockets.a \
         ../../dep/src/g3dlite/libg3dlite.a
     
    -mangos_worldd_LDFLAGS = -L../../dep/src/sockets -L../../dep/src/g3dlite -L../bindings/universal/ -L$(libdir) $(MANGOS_LIBS) -export-dynamic
    +mangos_worldd_LDFLAGS = -L../../dep/src/sockets -L../../dep/src/g3dlite -L../bindings/scriptdev2/ -L$(libdir) $(MANGOS_LIBS) -export-dynamic
     
     ## Additional files to include when running 'make dist'
     #  Include world daemon configuration
    skinlayers

    Last edited by skinlayers; 17-02-10 at 10:14 PM.



  2. Related Threads - Scroll Down after related threads if you are only interested to view replies for above post/thread

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •