contrib/wix/defines.wxi
author Pulkit Goyal <7895pulkit@gmail.com>
Mon, 27 Jun 2016 15:53:38 +0530
changeset 29430 72065b3b90a4
parent 13042 bd9bc4123920
permissions -rw-r--r--
py3: update tests/test-check-py3-compat.t The lower part of the test runs with python 3 and hence remain unchanged.

<Include>

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

</Include>