contrib/wix/defines.wxi
author Matt Mackall <mpm@selenic.com>
Sat, 15 Feb 2014 19:12:53 -0600
changeset 20511 5840da876235
parent 13042 bd9bc4123920
permissions -rw-r--r--
histedit: shorten new fold message Lots of people, like Mr. Check-Code, insist on using 80-column terminals.

<Include>

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

</Include>