view contrib/wix/defines.wxi @ 15449:f71d60da58fb

tests: ignore \r on windows
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 07 Nov 2011 03:25:10 +0100
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>