contrib/packaging/wix/defines.wxi
author Gregory Szorc <gregory.szorc@gmail.com>
Thu, 07 Mar 2019 15:37:42 -0800
changeset 41920 c68a1df5c79a
parent 13042 contrib/wix/defines.wxi@bd9bc4123920
permissions -rw-r--r--
wix: move contrib/wix to contrib/packaging/wix We're trying to consolidate all our packaging code into contrib/packaging. Let's move the WiX files there. Differential Revision: https://phab.mercurial-scm.org/D6096

<Include>

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

</Include>