contrib/wix/defines.wxi
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sat, 17 Jun 2017 13:38:53 +0200
changeset 33131 c2ca511c4771
parent 13042 bd9bc4123920
permissions -rw-r--r--
configitems: extract the logic to build a registrar on any configtable Having the logic available independently from the mapping used is a necessary step toward extensions support.

<Include>

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

</Include>