view contrib/wix/defines.wxi @ 30883:fe8ded72e17c

check-code: permit functools.reduce
author Yedidya Feldblum <yfeldblum@fb.com>
date Sat, 21 Jan 2017 14:43:13 -0800
parents bd9bc4123920
children
line wrap: on
line source

<Include>

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

</Include>