merge with 2.5/trunk at r23271
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
FILE(GLOB SRC *.cpp)
|
||||
|
||||
SET(INC
|
||||
.
|
||||
../../../intern/moto/include
|
||||
.
|
||||
../../../intern/moto/include
|
||||
)
|
||||
|
||||
BLENDERLIB(bf_scenegraph "${SRC}" "${INC}")
|
||||
|
||||
@@ -6,10 +6,4 @@ sources = env.Glob('*.cpp')
|
||||
|
||||
incs = '. #intern/moto/include'
|
||||
|
||||
cxxflags = []
|
||||
if env['OURPLATFORM'] in ('win32-vc', 'win64-vc'):
|
||||
cxxflags.append ('/GR')
|
||||
cxxflags.append ('/O2')
|
||||
cxxflags.append ('/EHsc')
|
||||
|
||||
env.BlenderLib ( 'bf_scenegraph', sources, Split(incs), [], libtype=['core','player'], priority=[325,125], cxx_compileflags = cxxflags )
|
||||
env.BlenderLib ( 'bf_scenegraph', sources, Split(incs), [], libtype=['core','player'], priority=[325,85], cxx_compileflags=env['BGE_CXXFLAGS'])
|
||||
|
||||
Reference in New Issue
Block a user