view contrib/wix/defines.wxi @ 35482:c240657febb7

templater: drop unneeded resources from conflict-marker data Follow-up for 32c278eb876f and f1c54d003327.
author Yuya Nishihara <yuya@tcha.org>
date Fri, 22 Dec 2017 21:22:49 +0900
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>