view contrib/wix/defines.wxi @ 17502:6fcdcdd32a6a

spelling: multiple
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>