view contrib/wix/defines.wxi @ 22307:63ed188e3fc7

contrib: drop obsolete sample.hgrc This was full of bad suggestions and is obsoleted by hg config --edit.
author Matt Mackall <mpm@selenic.com>
date Fri, 29 Aug 2014 17:15:49 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>