##// END OF EJS Templates
debugbundle: add --part-type flag to emit only named part types...
debugbundle: add --part-type flag to emit only named part types This removes the need in the tests for grep -A, which is not supported on Solaris.

File last commit:

r13042:bd9bc412 stable
r32694:3ef319e9 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>