Mercurial > hg
view contrib/wix/defines.wxi @ 32604:071423d0a584
check-code: suggest policy.importmod
This forbids patterns like `from mercurial.cext import parsers` which breaks
pure.
author | Jun Wu <quark@fb.com> |
---|---|
date | Wed, 31 May 2017 11:41:54 -0700 |
parents | bd9bc4123920 |
children |
line wrap: on
line source
<Include> <?if $(var.Platform) = "x64" ?> <?define IsX64 = yes ?> <?else?> <?define IsX64 = no ?> <?endif?> </Include>