view contrib/wix/defines.wxi @ 19238:4122de8003e4

run-tests: don't need to test shebang any more
author Matt Mackall <mpm@selenic.com>
date Fri, 24 May 2013 13:02:00 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>