view contrib/wix/defines.wxi @ 27761:bf8b0796af2e

help: label windows config help
author timeless <timeless@mozdev.org>
date Sun, 10 Jan 2016 06:09:10 +0000
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>