Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-01-01 22:20:49 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-01-01 22:20:49 +0300
commita42e548e81f58b415f74c909a35a53e78766c13c (patch)
treea50087ce7cc76d3fd7186d8d7039a3e97cf0e764 /source/gameengine/BlenderRoutines/SConscript
parent372ee054c0deb4ca07e1a70c7b905d24043723be (diff)
removed some more header files, made the game engine compile with removed header files, added includes to SConstruct files.
Diffstat (limited to 'source/gameengine/BlenderRoutines/SConscript')
-rw-r--r--source/gameengine/BlenderRoutines/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/BlenderRoutines/SConscript b/source/gameengine/BlenderRoutines/SConscript
index d795c21eb40..acc49e38da1 100644
--- a/source/gameengine/BlenderRoutines/SConscript
+++ b/source/gameengine/BlenderRoutines/SConscript
@@ -15,6 +15,7 @@ incs += ' #source/gameengine/SceneGraph #source/gameengine/Physics/common'
incs += ' #source/gameengine/Physics/Bullet #source/gameengine/Physics/Sumo'
incs += ' #source/gameengine/Physics/Sumo/Fuzzics/include #source/gameengine/Network/LoopBackNetwork'
incs += ' #intern/SoundSystem #source/blender/misc #source/blender/blenloader'
+incs += ' #source/blender/windowmanager'
incs += ' ' + env['BF_PYTHON_INC']
incs += ' ' + env['BF_SOLID_INC']