view contrib/wix/defines.wxi @ 16298:0eefd118f27e stable

tests: fix shutdown race in test-hgweb-raw
author Matt Mackall <mpm@selenic.com>
date Wed, 28 Mar 2012 11:28:37 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>