view contrib/wix/defines.wxi @ 27152:ac27b1b3be85

help: make help deprecated mention the extension before this, you got an empty list of extensions, which was unhelpful
author timeless <timeless@mozdev.org>
date Mon, 30 Nov 2015 20:45:07 +0000
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>