view contrib/wix/defines.wxi @ 16648:1388cc711ea7

bisect: set HG_NODE when runing a command When running a command, set the environment variable HG_NODE to tell the command which changeset is being visited.
author Bryan O'Sullivan <bryano@fb.com>
date Tue, 08 May 2012 15:31:00 -0700
parents bd9bc4123920
children
line wrap: on
line source

<Include>

  <?if $(var.Platform) = "x64" ?>
    <?define IsX64 = yes ?>
  <?else?>
    <?define IsX64 = no ?>
  <?endif?>

</Include>