contrib/wix/defines.wxi
author Matt Mackall <mpm@selenic.com>
Tue, 27 Mar 2012 16:17:46 -0500
changeset 16295 ba42eb722bb3
parent 13042 bd9bc4123920
permissions -rw-r--r--
merge with stable

<Include>

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

</Include>