contrib/wix/defines.wxi
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Tue, 21 Dec 2010 19:47:36 +0900
changeset 13185 c6e00dfcdcb8
parent 13042 bd9bc4123920
permissions -rw-r--r--
tests: clean up test-rollback.t The last comment is on the last file line and is useless, seems like it was introduced in 8fdc11fec6ae during unification.

<Include>

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

</Include>