view contrib/wix/defines.wxi @ 21788:c20843aee8a4

branch: add debug message for branch cache write failure
author Matt Mackall <mpm@selenic.com>
date Mon, 23 Jun 2014 13:46:42 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>