contrib/wix/defines.wxi
author Yuya Nishihara <yuya@tcha.org>
Sun, 11 Mar 2018 21:26:15 +0900
changeset 36984 939e0983c1d9
parent 13042 bd9bc4123920
permissions -rw-r--r--
formatter: unblock storing fctx as a template resource To keep templateformatter._renderitem() simple, a repo instance is looked through ctx if available. This is probably good for future subrepo support where ctx.repo() may be different from the global repo.

<Include>

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

</Include>