sapling/contrib/wix/defines.wxi

10 lines
135 B
Plaintext
Raw Normal View History

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