contrib/wix/defines.wxi
author Yuya Nishihara <yuya@tcha.org>
Tue, 05 Apr 2016 23:38:00 +0900
changeset 28843 2c7e6f363138
parent 13042 bd9bc4123920
permissions -rw-r--r--
tests: stop direct symbol import of mercurial modules in test-status-inprocess

<Include>

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

</Include>