view contrib/wix/defines.wxi @ 20936:bfb40168391c stable

changegroup: remove unused variable caught by pyflakes
author Sean Farley <sean.michael.farley@gmail.com>
date Thu, 03 Apr 2014 20:29:03 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>