contrib/wix/defines.wxi
author Augie Fackler <augie@google.com>
Fri, 05 Aug 2016 15:35:02 -0400
changeset 29732 0806fa2a39d8
parent 13042 bd9bc4123920
permissions -rw-r--r--
revlog: use `iter(callable, sentinel)` instead of while True This is functionally equivalent, but is a little more concise.

<Include>

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

</Include>