Home | History | Annotate | Download | only in scons

Lines Matching refs:TARGET

48 def symlink(target, source, env):
49 target = str(target[0])
51 if os.path.islink(target) or os.path.exists(target):
52 os.remove(target)
53 os.symlink(os.path.basename(source), target)
80 action = SCons.Action.Action(symlink, " Symlinking $TARGET ...")
236 # to compile code generators with a different compiler as the target code.
455 '-march=i586', # Haiku target is Pentium
528 env['PDB'] = '${TARGET.base}.pdb'
549 #'/analyze:log', '${TARGET.base}.xml',