##// END OF EJS Templates
dirstate-v2: add devel config option to control write behavior...
dirstate-v2: add devel config option to control write behavior This will help us to write predictable tests checking behavior in each case.

File last commit:

r42086:c68a1df5 default
r51117:ecd28d89 stable
Show More
defines.wxi
9 lines | 135 B | text/plain | TextLexer
Gregory Szorc
wix: move contrib/wix to contrib/packaging/wix...
r42086 <Include>
<?if $(var.Platform) = "x64" ?>
<?define IsX64 = yes ?>
<?else?>
<?define IsX64 = no ?>
<?endif?>
</Include>