view contrib/wix/defines.wxi @ 26504:875e5d89dc86

merge with stable
author Matt Mackall <mpm@selenic.com>
date Wed, 07 Oct 2015 13:44:48 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>