Mercurial > hg
view contrib/wix/defines.wxi @ 40992:1de3364320af
tests: filter out uninteresting log events
This helps adding more log()s without updating the tests.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sat, 15 Dec 2018 17:52:14 +0900 |
parents | bd9bc4123920 |
children |
line wrap: on
line source
<Include> <?if $(var.Platform) = "x64" ?> <?define IsX64 = yes ?> <?else?> <?define IsX64 = no ?> <?endif?> </Include>