view contrib/wix/defines.wxi @ 30198:145482f505a5

tests: add more test coverage of phase changes when pushing Prepare for test coverage of phase updates with future push --readonly option, both with and without actually pushing changesets.
author Mads Kiilerich <madski@unity3d.com>
date Sun, 21 Aug 2016 01:12:00 +0200
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>