view contrib/wix/defines.wxi @ 24079:afe03a616525

help.hgweb: add a section describing URLs and common parameters The behavior of hgweb's URLs isn't documented anywhere inside Mercurial. Let's start to change that.
author Gregory Szorc <gregory.szorc@gmail.com>
date Fri, 06 Feb 2015 23:08:47 -0800
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>