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:
authorNathan Letwory <nathan@letworyinteractive.com>2009-06-12 19:37:23 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2009-06-12 19:37:23 +0400
commitdee188df166ed4f5eb5c4bb72793afd5e81142a4 (patch)
tree9484b73ee815d720cbf3b6da53a43247ba16c3c1 /SConstruct
parent1c2ce9535caa7ef0ed70aea5bd25c0f281322cf6 (diff)
=== SCons ===
* make the nsis installer script automatically use the Python version we build against * bump Python version used
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 0 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 03aee18413c..de669e3a95c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -476,7 +476,6 @@ if env['OURPLATFORM']=='linux2':
if '.svn' in tn:
tn.remove('.svn')
for f in tf:
- print ">>>", env['BF_INSTALLDIR'], tp, f
iconlist.append(tp+os.sep+f)
icontargetlist.append(env['BF_INSTALLDIR']+tp[19:]+os.sep+f)
@@ -501,7 +500,6 @@ for tp, tn, tf in os.walk('release/plugins'):
if '.svn' in tn:
tn.remove('.svn')
for f in tf:
- print ">>>", env['BF_INSTALLDIR'], tp, f
pluglist.append(tp+os.sep+f)
plugtargetlist.append(env['BF_INSTALLDIR']+tp[7:]+os.sep+f)