view contrib/wix/defines.wxi @ 21701:dedb68a9532c stable

Added signature for changeset 269c80ee5b3c
author Matt Mackall <mpm@selenic.com>
date Sun, 01 Jun 2014 14:15:43 -0700
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>