contrib/wix/defines.wxi
author timeless <timeless@mozdev.org>
Wed, 03 Feb 2016 18:15:18 +0000
changeset 28024 142891ab6e89
parent 13042 bd9bc4123920
permissions -rw-r--r--
tests: change blackbox test to work cross platform While it is not easy to make a file 000 on Windows, you can emulate most of the behaviors by replacing the file with a directory. Also corrects test description to properly indicate that failing to read from the log is fatal.

<Include>

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

</Include>