aboutsummaryrefslogtreecommitdiff
path: root/mesalib/scons/custom.py
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-05-05 13:26:25 +0000
committermarha <marha@users.sourceforge.net>2011-05-05 13:26:25 +0000
commit092ee086db2b206b1959247e01cf43daf565d6c1 (patch)
treec65e20b56ed101ccd70fe8e0cffdb25ae8a87731 /mesalib/scons/custom.py
parentd7c078e18995b7160a2dfa782ef5aab465396d3d (diff)
parentd40f0a49c88fc7b5162a9d8f7b64b571094e8593 (diff)
downloadvcxsrv-092ee086db2b206b1959247e01cf43daf565d6c1.tar.gz
vcxsrv-092ee086db2b206b1959247e01cf43daf565d6c1.tar.bz2
vcxsrv-092ee086db2b206b1959247e01cf43daf565d6c1.zip
Bumped version to 1.10.11.10.1
Added release note svn merge ^/branches/released .
Diffstat (limited to 'mesalib/scons/custom.py')
-rw-r--r--mesalib/scons/custom.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/mesalib/scons/custom.py b/mesalib/scons/custom.py
index 1aaac8285..106ffcfd1 100644
--- a/mesalib/scons/custom.py
+++ b/mesalib/scons/custom.py
@@ -59,6 +59,7 @@ def quietCommandLines(env):
env['LEXCOMSTR'] = " Generating $TARGET ..."
env['YACCCOMSTR'] = " Generating $TARGET ..."
env['CODEGENCOMSTR'] = " Generating $TARGET ..."
+ env['INSTALLSTR'] = " Installing $TARGET ..."
def createConvenienceLibBuilder(env):