Mercurial > hg
view contrib/wix/defines.wxi @ 25494:e8eb3ecdaa0c
perf: support -T for every perf commands
We are already building a formatter, we can now pass it options the official
way.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 09 Jun 2015 15:18:47 -0700 |
parents | bd9bc4123920 |
children |
line wrap: on
line source
<Include> <?if $(var.Platform) = "x64" ?> <?define IsX64 = yes ?> <?else?> <?define IsX64 = no ?> <?endif?> </Include>