##// END OF EJS Templates
sparse-revlog: also use sparse-revlog config as a general delta trigger...
sparse-revlog: also use sparse-revlog config as a general delta trigger Sparse revlog rely on general delta, so we should make sure it is used.

File last commit:

r13042:bd9bc412 stable
r38782:f8cbff21 stable
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>