contrib/wix/defines.wxi
author Gregory Szorc <gregory.szorc@gmail.com>
Tue, 12 Feb 2019 11:27:27 -0800
changeset 41689 f63ba0b9d06f
parent 13042 bd9bc4123920
permissions -rw-r--r--
revlog: use iterbytestr() Otherwise we iterate over integers in Python 3 and the character compare fails. Differential Revision: https://phab.mercurial-scm.org/D5947

<Include>

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

</Include>