view contrib/wix/defines.wxi @ 28523:045fe7042510

help: document requirements We didn't have unified documentation of the various repository requirements. This patch changes that.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 12 Mar 2016 18:51:07 -0800
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>