summaryrefslogtreecommitdiff
path: root/contrib/wix/defines.wxi
blob: b0a786088aeccff3d61544965c8f086e21037cf8 (plain)
1
2
3
4
5
6
7
8
9
<Include>

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

</Include>