view contrib/wix/defines.wxi @ 35729:7415cc923613

test-blackbox: stabilize for Windows This goes with 853bf7d90804.
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 19 Jan 2018 00:18:45 -0500
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>