contrib/wix/defines.wxi
author Patrick Mezard <pmezard@gmail.com>
Sun, 13 Mar 2011 15:10:01 +0100
changeset 13618 b217619a6cf5
parent 13042 bd9bc4123920
permissions -rw-r--r--
test-highlight: fix test output (introduced by 2151703e7f84)

<Include>

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

</Include>