view contrib/wix/defines.wxi @ 15851:05ccad068313

phase: use standard syntax for command line flags We don't mark them as literal text and we mention the short option the first time we talk about a given flag.
author Martin Geisler <mg@aragost.com>
date Fri, 13 Jan 2012 11:29:47 +0100
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>