view contrib/wix/defines.wxi @ 17433:1e104d8198d7

Merge with stable
author Patrick Mezard <patrick@mezard.eu>
date Wed, 29 Aug 2012 21:26:39 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>