view contrib/wix/defines.wxi @ 31759:8076499d292a stable

Added tag 4.1.2 for changeset ed5b25874d99
author Augie Fackler <raf@durin42.com>
date Mon, 03 Apr 2017 17:34:22 -0400
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>