view contrib/wix/defines.wxi @ 14300:1b8e421d8e42

keyword: use cmdutil.command decorator
author Martin Geisler <mg@aragost.com>
date Thu, 12 May 2011 14:31:07 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>