view contrib/wix/defines.wxi @ 32997:b9e2269aeff8

dagop: unnest inner generator of revancestors() This just moves iterate() to module-level function.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 17 Jun 2017 22:33:23 +0900
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>