contrib/wix/defines.wxi
author Boris Feld <boris.feld@octobus.net>
Tue, 19 Jun 2018 19:18:31 +0100
changeset 38534 b86664c81833
parent 13042 bd9bc4123920
permissions -rw-r--r--
debug: process --debug flag earlier This allow the verbosity level to be set correctly during extension initialization.

<Include>

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

</Include>