view contrib/wix/defines.wxi @ 17808:f74217289c0a

bookmarks: remove another uneeded return
author Adrian Buehlmann <adrian@cadifra.com>
date Thu, 18 Oct 2012 22:33:58 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>