contrib/wix/defines.wxi
author Yuya Nishihara <yuya@tcha.org>
Fri, 02 May 2014 18:25:23 +0900
changeset 21231 1ce16c7b7fb4
parent 13042 bd9bc4123920
permissions -rw-r--r--
run-tests: initialize global variables to suppress pyflakes warning

<Include>

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

</Include>