contrib/wix/defines.wxi
author Yuya Nishihara <yuya@tcha.org>
Sat, 09 Jan 2016 13:22:26 +0900
changeset 28127 807bc140e915
parent 13042 bd9bc4123920
permissions -rw-r--r--
run-tests: remove useless "failed" flag from addOutputMismatch() It never be set to True.

<Include>

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

</Include>