view contrib/wix/defines.wxi @ 19753:2c9645c0a582

util.h: fix gcc version checking gcc doesn't have a predefined GCC_VERSION macro.
author Siddharth Agarwal <sid0@fb.com>
date Thu, 19 Sep 2013 09:45:00 -0700
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>