mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 07:37:07 +00:00
[10149] Build tbb on linux/unix
Unix specific notes: * Use --with-std-malloc in configure to disable tbb, if you have problems or you want to use the default or another allocator. * Even if you disable tbb, the library will still be built and installed, so you can still use it manually.
This commit is contained in:
parent
ba5de6eb8c
commit
0cb3a01833
3 changed files with 6 additions and 4 deletions
|
|
@ -25,6 +25,7 @@ AM_CPPFLAGS = $(MANGOS_INCLUDES) -I$(srcdir)
|
|||
# libMaNGOSScript shared library will later be reused by world server daemon.
|
||||
noinst_LIBRARIES = libmangosframework.a
|
||||
libmangosframework_a_SOURCES = \
|
||||
Policies/MemoryManagement.cpp \
|
||||
Policies/ObjectLifeTime.cpp \
|
||||
Utilities/EventProcessor.cpp
|
||||
|
||||
|
|
@ -46,7 +47,6 @@ EXTRA_DIST = \
|
|||
Platform/Define.h \
|
||||
Policies/CreationPolicy.h \
|
||||
Policies/ObjectLifeTime.h \
|
||||
Policies/MemoryManagement.cpp \
|
||||
Policies/Singleton.h \
|
||||
Policies/SingletonImp.h \
|
||||
Policies/ThreadingModel.h \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "10148"
|
||||
#define REVISION_NR "10149"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue