view contrib/wix/defines.wxi @ 17694:fa714f3ed298

hgweb: change IE canvas test (issue3639) suggested by Peter Hull
author Matt Mackall <mpm@selenic.com>
date Mon, 01 Oct 2012 23:05:02 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>