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:
authorThomas Dinges <blender@dingto.org>2012-04-09 15:03:58 +0400
committerThomas Dinges <blender@dingto.org>2012-04-09 15:03:58 +0400
commitc3fc0faae26d15b8ed40202c55debac5a841ad5b (patch)
tree4d1d78c6147deb52a9e5a43d5a617f47c4368c4e /source/gameengine
parente9346e3cfddcc36bd9f3262748215cd546f2fbaf (diff)
Game Engine:
* Scons compile fix for svn 45479.
Diffstat (limited to 'source/gameengine')
-rw-r--r--source/gameengine/GameLogic/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/GameLogic/SConscript b/source/gameengine/GameLogic/SConscript
index e01222e81d7..e33169bada7 100644
--- a/source/gameengine/GameLogic/SConscript
+++ b/source/gameengine/GameLogic/SConscript
@@ -6,7 +6,7 @@ sources = env.Glob('*.cpp') + env.Glob('Joystick/*.cpp')
incs = '. #/intern/string #intern/container'
incs += ' #/source/gameengine/Expressions #/intern/moto/include'
incs += ' #/source/gameengine/Rasterizer #/source/gameengine/SceneGraph'
-incs += ' #/blender/blenlib'
+incs += ' #/source/blender/blenlib'
defs = []