view contrib/wix/defines.wxi @ 28524:ce1160ae2150

help: add empty lines to hostfingerprints section I think this is now much easier to read.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 13 Mar 2016 13:51:01 -0700
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>