~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

Viewing changes to tools/scripts/gch.py

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
 
133
133
    env['GCHCOM']     = GCHCOMString
134
134
    env['GCHSHCOM']   = GCHSHCOMString
135
 
    env['GCHSUFFIX']  = '.gch'
 
135
    # client is to set GCHSUFFIX (gcc -> '.gch', clang -> '.pch')
 
136
    #env['GCHSUFFIX']  = '.gch'
136
137
 
137
138
    for suffix in SCons.Util.Split('.c .C .cc .cxx .cpp .c++'):
138
139
        env['BUILDERS']['StaticObject'].add_emitter( suffix, static_pch_emitter )