contrib/wix/defines.wxi
author Boris Feld <boris.feld@octobus.net>
Fri, 30 Jun 2017 03:39:44 +0200
changeset 34490 fcf6d1651ff3
parent 13042 bd9bc4123920
permissions -rw-r--r--
configitems: register the 'experimental.allowdivergence' config

<Include>

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

</Include>