view contrib/wix/defines.wxi @ 31041:77a252f2544d

outgoing: enable pager The structure here is similar to incoming, and requires similar treatment.
author Augie Fackler <augie@google.com>
date Mon, 06 Feb 2017 23:04:44 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>