contrib/wix/defines.wxi
author Matt Mackall <mpm@selenic.com>
Fri, 08 Feb 2013 23:13:47 +0000
branchstable
changeset 18580 9a06aab5981b
parent 13042 bd9bc4123920
permissions -rw-r--r--
Added signature for changeset 7511d4df752e

<Include>

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

</Include>