view contrib/wix/defines.wxi @ 24039:2ee35b6ee4fb

dispatch: consolidate formatting of ParseErrors
author Augie Fackler <augie@google.com>
date Mon, 26 Jan 2015 14:50:36 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>