view contrib/wix/defines.wxi @ 13855:3c43dd85d3d1

revert: note that added files are left as is
author Adrian Buehlmann <adrian@cadifra.com>
date Fri, 01 Apr 2011 22:44:58 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>