contrib/wix/defines.wxi
author Matt Mackall <mpm@selenic.com>
Sat, 11 Jun 2011 14:14:53 -0500
changeset 14569 017ab404e588
parent 13042 bd9bc4123920
permissions -rw-r--r--
tests: fix up date ambiguity in cvs test

<Include>

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

</Include>