##// END OF EJS Templates
rust-ancestors: adjust branches and inline comments per previous change...
rust-ancestors: adjust branches and inline comments per previous change Now the top-level "if" can be read as both_visit|revs_visit|bases_visit.

File last commit:

r13042:bd9bc412 stable
r41170:17a19567 default
Show More
defines.wxi
9 lines | 135 B | text/plain | TextLexer
Steve Borho
wix: add support for x64 native MSI packages
r13042 <Include>
<?if $(var.Platform) = "x64" ?>
<?define IsX64 = yes ?>
<?else?>
<?define IsX64 = no ?>
<?endif?>
</Include>