Browse Source

add more command string for scons

Rogerz Zhang 12 years ago
parent
commit
158e9cdf91
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tools/building.py

+ 2 - 0
tools/building.py

@@ -125,7 +125,9 @@ def PrepareBuilding(env, root_directory, has_libcpu=False, remove_components = [
     if not GetOption('verbose'):
         # override the default verbose command string
         env.Replace(
+            ARCOMSTR = 'AR $TARGET',
             ASCOMSTR = 'AS $TARGET',
+            ASPPCOMSTR = 'AS $TARGET',
             CCCOMSTR = 'CC $TARGET',
             CXXCOMSTR = 'CXX $TARGET',
             LINKCOMSTR = 'LINK $TARGET'