view contrib/wix/defines.wxi @ 13884:773a833ddbc6

bugzilla: convert a verbatim block to a field list
author Martin Geisler <mg@aragost.com>
date Tue, 05 Apr 2011 10:22:58 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>