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:
authorBastien Montagne <montagne29@wanadoo.fr>2011-10-23 23:54:06 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-10-23 23:54:06 +0400
commitc49cdf5eec1ec70008c12f7b6cbfdad75dde3b16 (patch)
tree2bfb462aac626a4e9bfd868b046722a14cdb959d /SConstruct
parent8a6a3dbb547bc87759fda875ad2fdd85bb32835c (diff)
Another set of UI messages fixes and tweaks! No functional changes.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 3 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 0db32365bfc..93787cdddce 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# $Id: SConstruct 41169 2011-10-21 04:23:26Z campbellbarton $
+#
# ***** BEGIN GPL LICENSE BLOCK *****
#
# This program is free software; you can redistribute it and/or
@@ -30,6 +30,8 @@
# Then read all SConscripts and build
#
# TODO: fix /FORCE:MULTIPLE on windows to get proper debug builds.
+# TODO: directory copy functions are far too complicated, see:
+# http://wiki.blender.org/index.php/User:Ideasman42/SConsNotSimpleInstallingFiles
import platform as pltfrm