view contrib/wix/defines.wxi @ 14591:b49099712d30

mq: rename guards_dirty to guardsdirty
author Adrian Buehlmann <adrian@cadifra.com>
date Mon, 13 Jun 2011 13:43:03 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>