contrib/wix/defines.wxi
author Boris Feld <boris.feld@octobus.net>
Sat, 23 Jun 2018 15:03:05 +0200
changeset 38570 62249cfe02d2
parent 13042 bd9bc4123920
permissions -rw-r--r--
context: no longer accept diff options as dictionnary Since we already broke the API earlier in this stack, there are no point to introducing a new deprecation warning.

<Include>

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

</Include>