Lines Matching full:scons
42 import SCons.Action
43 import SCons.Builder
44 import SCons.Scanner
79 action = SCons.Action.Action(symlink, " Symlinking $TARGET ...")
101 # http://www.scons.org/wiki/UnitTests
102 action = SCons.Action.Action(cmd, " Running $SOURCE ...")
137 pipe = SCons.Action._subproc(env, [env['CC'], cpp_opt, source.name],
151 conf = SCons.Script.Configure(env)
163 conf = SCons.Script.Configure(env)
199 env['CCFLAGS'] += SCons.Util.CLVar(os.environ['CFLAGS'])
203 env['CXXFLAGS'] += SCons.Util.CLVar(os.environ['CXXFLAGS'])
205 env['LINKFLAGS'] += SCons.Util.CLVar(os.environ['LDFLAGS'])
223 # MSVC x64 support is broken in earlier versions of scons
260 … print('scons: warning: debug option is deprecated and will be removed eventually; use instead')
262 print(' scons build=release')
266 … print('scons: warning: profile option is deprecated and will be removed eventually; use instead')
268 print(' scons build=profile')
288 # configuration. See also http://www.scons.org/wiki/AdvancedBuildExample
299 # different scons versions building the same source file
303 print('scons: Using build cache in %s.' % (os.environ['SCONS_CACHE_DIR'],))
519 # See http://scons.tigris.org/issues/show_bug.cgi?id=1656