Mercurial > hg
view contrib/wix/defines.wxi @ 25685:51658e676cc3
hgweb: don't show summary link as active on error pages in monoblue
These two error pages in monoblue think they are the summary page, when they
clearly aren't.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Tue, 30 Jun 2015 22:15:58 +0800 |
parents | bd9bc4123920 |
children |
line wrap: on
line source
<Include> <?if $(var.Platform) = "x64" ?> <?define IsX64 = yes ?> <?else?> <?define IsX64 = no ?> <?endif?> </Include>