view contrib/wix/defines.wxi @ 39194:c62184c6299c

merge with stable
author Augie Fackler <augie@google.com>
date Sun, 19 Aug 2018 21:53:41 -0400
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>