view contrib/wix/defines.wxi @ 31775:8181f378b073

pycompat: provide bytes os.linesep
author Yuya Nishihara <yuya@tcha.org>
date Wed, 29 Mar 2017 21:23:28 +0900
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>