view contrib/wix/defines.wxi @ 23200:48a2eefd3d20

merge with stable
author Matt Mackall <mpm@selenic.com>
date Wed, 05 Nov 2014 12:41:12 -0600
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>