view contrib/wix/defines.wxi @ 15930:2dc599583ebe

largefiles: test and simplify empty directory removal in remove
author Patrick Mezard <pmezard@gmail.com>
date Thu, 19 Jan 2012 10:07:13 +0100
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>