contrib/wix/defines.wxi
author timeless <timeless@mozdev.org>
Tue, 22 Dec 2015 07:59:14 +0000
changeset 27496 f22cd17a22e7
parent 13042 bd9bc4123920
permissions -rw-r--r--
doc: add execute bit and fix shbang line for gendoc.py

<Include>

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

</Include>