##// END OF EJS Templates
check-code: detect legacy octal syntax...
check-code: detect legacy octal syntax Now that we have mass rewriting all files to use the modern octal syntax, detect and ban the legacy syntax, which is no longer supported in Python 3.

File last commit:

r13042:bd9bc412 stable
r25659:d60678a5 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>