Lines Matching full:scons
4 # For example, invoke scons as
6 # scons build=debug llvm=yes machine=x86
18 # scons -h
20 # to get the full list of options. See scons manpage for more info.
26 import SCons.Util
39 toolpath = ['#scons'],
53 print('scons: warning: targets option is deprecated; pass the targets on their own such as')
55 print(' scons %s' % ' '.join(targets))
105 toolpath = ['#scons'],
127 duplicate = 0, # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html
138 # http://www.scons.org/wiki/SimultaneousVariantBuilds
143 duplicate = 0 # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html
151 from SCons.Node.Alias import default_ans