contrib/wix/defines.wxi
author David Soria Parra <dsp@experimentalworks.net>
Sat, 12 Oct 2013 18:51:34 -0700
branchstable
changeset 19940 7d99bff0f77c
parent 13042 bd9bc4123920
permissions -rw-r--r--
pager: honour internal aliases If paging is configured for a command all it's internal defined aliases will be paged as well. This will make attend=log cause 'hg history' to run the pager. However custom aliases will not be paged by default.

<Include>

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

</Include>