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:
authorMaxime Curioni <maxime.curioni@gmail.com>2008-05-19 17:15:07 +0400
committerMaxime Curioni <maxime.curioni@gmail.com>2008-05-19 17:15:07 +0400
commit8ef2f1d524d81bce565d08f647805e6084de54de (patch)
tree09ef74c8cb7550449f2c7f86fa881f5fc461d149 /SConstruct
parent09b36970bb584c1c72dd6166f2dde068b09e22bf (diff)
soc-2008-mxcurioni: resolved uint issues (replaced with unsigned int). Still NOT linking
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 341638c0e0c..69908045173 100644
--- a/SConstruct
+++ b/SConstruct
@@ -492,7 +492,7 @@ if env['WITH_BF_PLAYER']:
Depends(blenderplayer,installtarget)
if not env['WITH_BF_GAMEENGINE']:
- blendernogame = env.Alias('blendernogame', B.program_list)
+ blendernogame = env.Alias('blendernogame', B.game)
Depends(blendernogame,installtarget)
Depends(nsiscmd, allinstall)