view contrib/wix/defines.wxi @ 41255:60b3edccf2f7

remotefilelog: use list comprehension instead of filter for py3 portability Differential Revision: https://phab.mercurial-scm.org/D5605
author Augie Fackler <augie@google.com>
date Wed, 16 Jan 2019 11:00:10 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>