contrib/wix/defines.wxi
author Yuya Nishihara <yuya@tcha.org>
Sun, 10 Jun 2018 12:24:53 +0900
changeset 38264 fbb2eddea4d2
parent 13042 bd9bc4123920
permissions -rw-r--r--
stringutil: fix prettyrepr() to not orphan foo=<...> line

<Include>

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

</Include>