contrib/wix/defines.wxi
author Matt Mackall <mpm@selenic.com>
Thu, 18 Jul 2013 23:22:59 -0500
changeset 19460 d876c82f25a3
parent 13042 bd9bc4123920
permissions -rw-r--r--
run-tests: backout 4f32747879d1 line endings change It made the windows buildbot sad.

<Include>

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

</Include>