view contrib/wix/defines.wxi @ 31479:96929bd6e58d

pager: skip running the pager if it's set to 'cat' Avoid useless uses of cat.
author Augie Fackler <augie@google.com>
date Wed, 15 Mar 2017 20:34:26 -0400
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>