view contrib/wix/defines.wxi @ 39947:a063b84ce064

py3: byteify contrib/dumprevlog
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 01 Oct 2018 21:48:45 -0400
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>