contrib/wix/defines.wxi
author Martin Geisler <mg@aragost.com>
Tue, 05 Apr 2011 10:20:59 +0200
changeset 13883 fc83d2ca9cfb
parent 13042 bd9bc4123920
permissions -rw-r--r--
bugzilla: fix reST error introduced in 22d200e49b10 All blocks must be indented. Here we can use a field list instead of a verbatim block for a real list layout.

<Include>

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

</Include>