view contrib/wix/defines.wxi @ 18050:5522a7951bd7

run-tests: use correct python safely under --jobs
author Bryan O'Sullivan <bryano@fb.com>
date Mon, 10 Dec 2012 12:14:55 -0800
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>