view contrib/wix/defines.wxi @ 17520:dfbcf23582e1

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

<Include>

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

</Include>