view contrib/wix/defines.wxi @ 29520:57106f357cd1

check-code: enforce (glob) on output lines containing 127.0.0.1
author Augie Fackler <raf@durin42.com>
date Sat, 09 Jul 2016 23:04:03 -0400
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>