view contrib/wix/defines.wxi @ 33305:aaa1f8f514cf

py3: fix test-diff-newlines.t to be compatible with py3
author Boris Feld <boris.feld@octobus.net>
date Thu, 06 Jul 2017 17:18:50 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>