Mercurial > hg
view contrib/wix/defines.wxi @ 18713:8728579f6bdc
match: more accurately report when we're always going to match
This improves the performance of log --patch and --stat by about
20% for moderately large manifests (e.g. mozilla-central) for the
common case of no -I/-X patterns.
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Thu, 21 Feb 2013 12:55:39 -0800 |
parents | bd9bc4123920 |
children |
line wrap: on
line source
<Include> <?if $(var.Platform) = "x64" ?> <?define IsX64 = yes ?> <?else?> <?define IsX64 = no ?> <?endif?> </Include>