view contrib/wix/defines.wxi @ 16770:b3435385f99f

clone: add progress calls to uncompressed code path
author Augie Fackler <raf@durin42.com>
date Mon, 21 May 2012 14:25:46 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>