##// END OF EJS Templates
contrib: install Python 2.7.17 and 3.7.5 in Windows environment...
contrib: install Python 2.7.17 and 3.7.5 in Windows environment These are the latest Python versions and we should use them.

File last commit:

r42086:c68a1df5 default
r43619:8676a8b2 stable
Show More
defines.wxi
9 lines | 135 B | text/plain | TextLexer
<Include>
<?if $(var.Platform) = "x64" ?>
<?define IsX64 = yes ?>
<?else?>
<?define IsX64 = no ?>
<?endif?>
</Include>