79599457

Date: 2025-04-30 02:46:38
Score: 1
Natty:
Report link

def setupVld(env):

sourcePath = env\['vldBinDir'\]

targetPath = env\['testDir'\]

toCopy = \['dbghelp.dll',

          'vld_x86.dll',

          'Microsoft.DTfW.DHL.manifest'\]

nodes = \[\]

for c in toCopy:

    n = env.Command(os.path.join(targetPath, c),

                    os.path.join(sourcePath, c),

                    SCons.Defaults.Copy("${TARGET}", "${SOURCE}"))

    nodes.append(n)

env\['vldDeps'\] = nodes
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Love