contrib/wix/defines.wxi
author Mads Kiilerich <mads@kiilerich.com>
Mon, 07 Jan 2013 02:00:43 +0100
changeset 18230 f5842787a958
parent 13042 bd9bc4123920
permissions -rw-r--r--
run-tests.py: don't use console for stdin when running in debug mode Tests would wait for input instead of using non-interactive mode.

<Include>

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

</Include>