view contrib/wix/defines.wxi @ 15395:d2bd51fdd4b7 stable

merge with i18n
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Mon, 31 Oct 2011 11:24:37 -0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>