contrib/wix/defines.wxi
author Yuya Nishihara <yuya@tcha.org>
Sat, 26 Sep 2015 12:19:39 +0900
changeset 26437 4628b26f040e
parent 13042 bd9bc4123920
permissions -rw-r--r--
templatekw: hide help of "branches" by DEPRECATED marker See 43e872a35f8a for details.

<Include>

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

</Include>