view contrib/wix/defines.wxi @ 13412:58c497d0e44d

remove unnecessary list comprehensions These result lists were only built for the side effects, and so a normal loop is just as good and more straight-forward.
author Martin Geisler <mg@aragost.com>
date Thu, 03 Feb 2011 10:31:17 +0100
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>