Mercurial > hg
view contrib/wix/defines.wxi @ 37900:b3ffa2faae04
tests: port test-filecache.py to Python 3
Only remarkable bit is my wrapper around print(), which I regret a
little, but not enough to go back and try to do something cleaner.
Differential Revision: https://phab.mercurial-scm.org/D3506
author | Augie Fackler <augie@google.com> |
---|---|
date | Fri, 27 Apr 2018 11:22:00 -0400 |
parents | bd9bc4123920 |
children |
line wrap: on
line source
<Include> <?if $(var.Platform) = "x64" ?> <?define IsX64 = yes ?> <?else?> <?define IsX64 = no ?> <?endif?> </Include>