view contrib/wix/defines.wxi @ 18554:1516d5624a29

merge with stable
author Matt Mackall <mpm@selenic.com>
date Mon, 04 Feb 2013 16:39:02 -0600
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>