contrib/wix/defines.wxi
author Wagner Bruna <wbruna@yahoo.com>
Sat, 04 Feb 2012 10:55:58 -0200
branchstable
changeset 16077 a27aab28047c
parent 13042 bd9bc4123920
permissions -rw-r--r--
i18n-de: fix rst markup in command output (issue3247)

<Include>

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

</Include>