Mercurial > hg
view contrib/wix/defines.wxi @ 36824:f0d9811dda8e
xdiff: remove unused xpp and xecfg parameters
They are unused. Thus removed.
Differential Revision: https://phab.mercurial-scm.org/D2764
author | Jun Wu <quark@fb.com> |
---|---|
date | Fri, 09 Mar 2018 14:39:35 -0800 |
parents | bd9bc4123920 |
children |
line wrap: on
line source
<Include> <?if $(var.Platform) = "x64" ?> <?define IsX64 = yes ?> <?else?> <?define IsX64 = no ?> <?endif?> </Include>