view contrib/wix/defines.wxi @ 21734:34e0bd895afc

test-run-tests.t: test running a passing test
author Pierre-Yves David <pierre-yves.david@fb.com>
date Fri, 30 May 2014 12:10:19 -0700
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>