view contrib/wix/defines.wxi @ 22125:7fce964be27d

hg-test-mode: make exit code highlight work again
author Matt Mackall <mpm@selenic.com>
date Tue, 12 Aug 2014 12:53:23 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>