sapling/contrib/wix/defines.wxi
2010-11-26 17:40:13 -06:00

10 lines
135 B
XML

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