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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-05-24 15:01:39 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-05-24 15:01:39 +0400
commit3e62e518ec2d7e41658451d8c37692e31c20523c (patch)
treed5c229fd7507b07d85aaf18ace04cd1da8e10a93 /intern/bsp/SConscript
parent4a989282d44bf578af65e52e7e9d5f3ec3036b2f (diff)
Attempt to fix mingw 64 bit compile error.
Diffstat (limited to 'intern/bsp/SConscript')
-rw-r--r--intern/bsp/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/bsp/SConscript b/intern/bsp/SConscript
index 43952f4ff18..4927c33dc8a 100644
--- a/intern/bsp/SConscript
+++ b/intern/bsp/SConscript
@@ -3,7 +3,7 @@ Import ('env')
sources = env.Glob('intern/*.cpp')
-incs = 'intern ../container ../moto/include ../memutil'
+incs = 'intern ../container ../moto/include ../memutil ../guardedalloc'
env.BlenderLib ('bf_intern_bsp', sources, Split(incs), [], libtype=['core','player'], priority=[200,100] )