view contrib/wix/defines.wxi @ 40667:02318e0810ac

py3: add 9 new passing tests caught by buildbot Differential Revision: https://phab.mercurial-scm.org/D5284
author Pulkit Goyal <pulkit@yandex-team.ru>
date Mon, 19 Nov 2018 19:57:11 +0300
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>