contrib/wix/defines.wxi
author Anton Shestakov <engored@ya.ru>
Sun, 10 May 2015 19:02:14 +0800
changeset 24999 30f449378f64
parent 13042 bd9bc4123920
permissions -rw-r--r--
hgweb: clearly outline <tr> block in gitweb and spartan styles It's easy to miss the closing </tr> tag when it's not on its own line. Some neighboring blocks also already use this clearer style. (In 03f692eee31d I didn't even think grepping for this, but this patch should now cover every occurrence).

<Include>

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

</Include>