contrib/wix/defines.wxi
author Kevin Bullock <kbullock@ringworld.org>
Mon, 20 Apr 2015 22:21:57 -0500
branchstable
changeset 24829 8e9f8d2a2c0c
parent 13042 bd9bc4123920
permissions -rw-r--r--
util: fix the check for non-C99 compilers (issue4605)

<Include>

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

</Include>