view contrib/wix/defines.wxi @ 16790:2a0efa1112ac stable

revpair: handle odd ranges (issue3474)
author Matt Mackall <mpm@selenic.com>
date Wed, 30 May 2012 14:13:57 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>