contrib/wix/defines.wxi
author Augie Fackler <augie@google.com>
Sun, 12 Mar 2017 03:29:48 -0400
changeset 31374 28e3471a21ef
parent 13042 bd9bc4123920
permissions -rw-r--r--
manifest: use node.bin instead of .decode('hex') The latter doesn't work in Python 3.

<Include>

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

</Include>