view contrib/packaging/wix/defines.wxi @ 41920:c68a1df5c79a

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
author Gregory Szorc <gregory.szorc@gmail.com>
date Thu, 07 Mar 2019 15:37:42 -0800
parents contrib/wix/defines.wxi@bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>