view contrib/wix/defines.wxi @ 21828:1c2f5cc71d68 stable

i18n-pt_BR: synchronized with a4b67bf1f0a5
author Wagner Bruna <wbruna@softwareexpress.com.br>
date Mon, 30 Jun 2014 18:52:57 -0300
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>