Lines Matching refs:Util
42 import SCons.Util
46 prefixes32 = SCons.Util.Split("""
49 prefixes64 = SCons.Util.Split("""
60 if env.WhereIs(prefix + 'gcc') or SCons.Util.WhereIs(prefix + 'gcc'):
66 cmd = SCons.Util.CLVar(['$SHLINK', '$SHLINKFLAGS'])
124 …dir = os.path.dirname(env.WhereIs(mingw_prefix + 'gcc') or SCons.Util.WhereIs(mingw_prefix + 'gcc'…
130 if SCons.Util.is_String(path):
142 env['SHCCFLAGS'] = SCons.Util.CLVar('$CCFLAGS')
144 env['SHCXXFLAGS'] = SCons.Util.CLVar('$CXXFLAGS')
145 env['SHLINKFLAGS'] = SCons.Util.CLVar('$LINKFLAGS -shared')
159 env['RCFLAGS'] = SCons.Util.CLVar('')