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.
27 import SCons.Util
32 # Minimal scons version
47 toolpath = ['#scons'],
61 print('scons: warning: targets option is deprecated; pass the targets on their own such as')
63 print(' scons %s' % ' '.join(targets))
72 # Print a deprecation warning for using scons on non-windows
76 print("WARNING: Scons is deprecated for non-windows platforms (including cygwin) "
79 print("ERROR: Scons is deprecated for non-windows platforms (including cygwin) "
80 "please use meson instead. If you really need to use scons you "
81 "can add `force_scons=1` to the scons command line.", file=sys.stderr)
84 print("WARNING: Scons support is in the process of being deprecated on "
133 toolpath = ['#scons'],
155 duplicate = 0, # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html
166 # http://www.scons.org/wiki/SimultaneousVariantBuilds
171 duplicate = 0 # http://www.scons.org/doc/0.97/HTML/scons-user/x2261.html
179 from SCons.Node.Alias import default_ans