view contrib/wix/defines.wxi @ 14904:ff2d907a5af8

localrepo: fix comment on set
author Matt Mackall <mpm@selenic.com>
date Fri, 22 Jul 2011 16:46:22 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>