view contrib/wix/defines.wxi @ 36706:87b8fc4533ca

py3: add b'' prefixes in tests/test-minirst.py # skip-blame because just b'' prefixes Differential Revision: https://phab.mercurial-scm.org/D2653
author Pulkit Goyal <7895pulkit@gmail.com>
date Sun, 04 Mar 2018 05:15:24 +0530
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>