contrib/wix/defines.wxi
author Yuya Nishihara <yuya@tcha.org>
Sun, 21 Jan 2018 14:28:03 +0900
changeset 35993 386c1e45e671
parent 13042 bd9bc4123920
permissions -rw-r--r--
logcmdutil: drop default arguments from changesetdisplayer/templater() calls

<Include>

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

</Include>