contrib/wix/defines.wxi
author Christian Ebert <blacktrash@gmx.net>
Mon, 17 Oct 2016 17:42:46 +0200
changeset 30326 eac5c1737f79
parent 13042 bd9bc4123920
permissions -rw-r--r--
keyword: handle filectx _customcmp Suggested by Yuya Nishihara: https://www.mercurial-scm.org/pipermail/mercurial-devel/2016-October/089461.html Related to issue5364.

<Include>

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

</Include>