Moving BL_Action and BL_ActionManager to Ketsji to avoid linking issues with gcc

This commit is contained in:
Mitchell Stokes 2011-05-27 08:45:48 +00:00
parent 93e992c5d9
commit bd5f78d1a0
7 changed files with 15 additions and 14 deletions

@ -60,9 +60,7 @@ set(INC
)
set(SRC
BL_Action.cpp
BL_ActionActuator.cpp
BL_ActionManager.cpp
BL_ArmatureActuator.cpp
BL_ArmatureChannel.cpp
BL_ArmatureConstraint.cpp
@ -84,9 +82,7 @@ set(SRC
KX_IpoConvert.cpp
KX_SoftBodyDeformer.cpp
BL_Action.h
BL_ActionActuator.h
BL_ActionManager.h
BL_ArmatureActuator.h
BL_ArmatureChannel.h
BL_ArmatureConstraint.h

@ -42,6 +42,7 @@ set(INC
../../../source/blender/python/generic
../../../source/blender
../../../source/blender/makesdna
../../../source/blender/makesrna
../../../source/gameengine/Rasterizer
../../../source/gameengine/GameLogic
../../../source/gameengine/Expressions
@ -57,6 +58,8 @@ set(INC
)
set(SRC
BL_Action.cpp
BL_ActionManager.cpp
BL_BlenderShader.cpp
BL_Material.cpp
BL_Shader.cpp
@ -126,6 +129,8 @@ set(SRC
KX_WorldInfo.cpp
KX_WorldIpoController.cpp
BL_Action.h
BL_ActionManager.h
KX_ArmatureSensor.h
KX_BlenderMaterial.h
KX_BulletPhysicsController.h

@ -14,7 +14,7 @@ incs += ' #intern/audaspace/intern #source/gameengine/Converter'
incs += ' #source/gameengine/BlenderRoutines #source/blender/imbuf #intern/moto/include'
incs += ' #source/gameengine/Ketsji #source/gameengine/Ketsji/KXNetwork #source/blender/blenlib #source/blender/blenfont'
incs += ' #source/blender/blenkernel #source/blender #source/blender/editors/include'
incs += ' #source/blender/makesdna #source/blender/python #source/gameengine/Rasterizer'
incs += ' #source/blender/makesdna #source/blender/makesrna #source/blender/python #source/gameengine/Rasterizer'
incs += ' #source/gameengine/GameLogic #source/gameengine/Expressions #source/gameengine/Network'
incs += ' #source/gameengine/SceneGraph #source/gameengine/Physics/common'
incs += ' #source/gameengine/Physics/Dummy'