Mercurial > hg
view contrib/wix/defines.wxi @ 18630:9b9e2d9e83a1
merge: split out mostly-non-interactive working dir updates
In a later patch, we'll run these updates in parallel.
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Sat, 09 Feb 2013 15:21:58 -0800 |
parents | bd9bc4123920 |
children |
line wrap: on
line source
<Include> <?if $(var.Platform) = "x64" ?> <?define IsX64 = yes ?> <?else?> <?define IsX64 = no ?> <?endif?> </Include>