view contrib/wix/defines.wxi @ 21762:0c6cdbb697d9

bookmarks: improve the bookmark help (issue4244)
author Matt Mackall <mpm@selenic.com>
date Wed, 18 Jun 2014 15:26:07 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>