view contrib/wix/defines.wxi @ 41415:873a28d7e962

githelp: format with %d if an integer Python 3 doesn't allow us to format an int with %s like Python 2 did. So handle that. Differential Revision: https://phab.mercurial-scm.org/D5726
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 26 Jan 2019 14:16:34 -0800
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>