view contrib/wix/defines.wxi @ 16849:928ee57e3aae

tests: roll test-commit-copy.t into test-commit.t
author Adrian Buehlmann <adrian@cadifra.com>
date Mon, 04 Jun 2012 18:40:31 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>