scons: Indent abbreviated command line strings, so command messages stand out.

Also add ASPPCOMSTR.
This commit is contained in:
Michel Dänzer 2009-06-11 12:11:37 +02:00
parent 3885b708fd
commit 550a2fe1b7
1 changed files with 12 additions and 11 deletions

View File

@ -43,6 +43,7 @@ def quietCommandLines(env):
# Quiet command lines
# See also http://www.scons.org/wiki/HidingCommandLinesInOutput
env['ASCOMSTR'] = " Assembling $SOURCE ..."
env['ASPPCOMSTR'] = " Assembling $SOURCE ..."
env['CCCOMSTR'] = " Compiling $SOURCE ..."
env['SHCCCOMSTR'] = " Compiling $SOURCE ..."
env['CXXCOMSTR'] = " Compiling $SOURCE ..."