aboutsummaryrefslogtreecommitdiff
path: root/mesalib/scons/custom.py
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-05-05 07:26:05 +0000
committermarha <marha@users.sourceforge.net>2011-05-05 07:26:05 +0000
commitd40f0a49c88fc7b5162a9d8f7b64b571094e8593 (patch)
treece4f2f8537b5b6f046f64cf8735fd3598b53c372 /mesalib/scons/custom.py
parent7194f10aa94e3dc9d34eaf8bfa0bdb6c8aa46a38 (diff)
downloadvcxsrv-d40f0a49c88fc7b5162a9d8f7b64b571094e8593.tar.gz
vcxsrv-d40f0a49c88fc7b5162a9d8f7b64b571094e8593.tar.bz2
vcxsrv-d40f0a49c88fc7b5162a9d8f7b64b571094e8593.zip
libX11 libxcb mesa git update 5 May 2011
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 7c59fe985..a2c690f65 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):