view contrib/wix/defines.wxi @ 38449:bc8d925342f0

templater: extend filter() to accept template expression for emptiness test This utilizes the pass-by-name nature of template arguments.
author Yuya Nishihara <yuya@tcha.org>
date Thu, 14 Jun 2018 23:10:14 +0900
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>