contrib/wix/defines.wxi
author Matt Mackall <mpm@selenic.com>
Fri, 15 May 2015 09:56:43 -0500
changeset 25084 7046c7e7fcb4
parent 13042 bd9bc4123920
permissions -rw-r--r--
hooks: use try/except/finally

<Include>

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

</Include>