view contrib/wix/defines.wxi @ 14631:234b9795d74e

commands: add pointer to bookmarks command in branch help
author Martin Geisler <mg@aragost.com>
date Wed, 15 Jun 2011 17:25:58 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>