view contrib/wix/defines.wxi @ 38862:1ff45c518e6f

sparse: use named parameters in i18n strings This should give more hints about what the %s means, and allow reordering.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 04 Aug 2018 17:17:31 +0900
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>