view contrib/wix/defines.wxi @ 24488:4b3fc46097f7

import-checker: drop duplicate element from cycle This will allow optimizing cyclekey creation
author Matt Mackall <mpm@selenic.com>
date Fri, 27 Mar 2015 19:25:40 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>