root/trunk/src/bindings/scripts/patches/MaNGOS-r4798-ScriptDev2.patch @ 2

Revision 2, 2.4 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

  • src/mangosd/Makefile.am

     
    3333        WorldRunnable.h 
    3434 
    3535## Link world daemon against the shared library 
    36 mangos_worldd_LDADD = ../bindings/universal/libmangosscript.la ../game/libmangosgame.a ../shared/Database/libmangosdatabase.a ../shared/Config/libmangosconfig.a ../shared/Auth/libmangosauth.a ../shared/libmangosshared.a ../shared/vmap/libmangosvmaps.a ../shared/Network/libmangosnetwork.a ../framework/libmangosframework.a ../../dep/src/zthread/libZThread.la ../../dep/src/g3dlite/libg3dlite.a 
    37 mangos_worldd_LDFLAGS = -L../../dep/src/zthread  -L../../dep/src/g3dlite -L../bindings/universal/ $(MYSQL_LIBS) $(POSTGRE_LIBS) -L$(libdir) $(ZLIB) $(COMPATLIB) $(SSLLIB) -export-dynamic 
     36mangos_worldd_LDADD = ../bindings/ScriptDev2/libmangosscript.la ../game/libmangosgame.a ../shared/Database/libmangosdatabase.a ../shared/Config/libmangosconfig.a ../shared/Auth/libmangosauth.a ../shared/libmangosshared.a ../shared/vmap/libmangosvmaps.a ../shared/Network/libmangosnetwork.a ../framework/libmangosframework.a ../../dep/src/zthread/libZThread.la ../../dep/src/g3dlite/libg3dlite.a 
     37mangos_worldd_LDFLAGS = -L../../dep/src/zthread  -L../../dep/src/g3dlite -L../bindings/ScriptDev2/ $(MYSQL_LIBS) $(POSTGRE_LIBS) -L$(libdir) $(ZLIB) $(COMPATLIB) $(SSLLIB) -export-dynamic 
    3838 
    3939## Additional files to include when running 'make dist' 
    4040#  Include world daemon configuration 
  • src/bindings/Makefile.am

     
    1414# along with this program; if not, write to the Free Software 
    1515# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
    1616 
    17 SUBDIRS = universal 
     17SUBDIRS = ScriptDev2 
  • configure.ac

     
    228228   src/mangosd/Makefile 
    229229   src/mangosd/mangosd.conf 
    230230   src/bindings/Makefile 
    231    src/bindings/universal/Makefile 
     231   src/bindings/ScriptDev2/Makefile 
     232   src/bindings/ScriptDev2/sql/Makefile 
     233   src/bindings/ScriptDev2/sql/Updates/Makefile 
    232234]) 
    233235 
    234236## Disabled Makefiles, until they are ready for a successful make and 
Note: See TracBrowser for help on using the browser.