Mercurial > hg
view contrib/packaging/wix/defines.wxi @ 46340:7e44d5ca2a2f stable
Added signature for changeset 9da65e3cf370
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Tue, 19 Jan 2021 22:37:35 +0530 |
parents | c68a1df5c79a |
children |
line wrap: on
line source
<Include> <?if $(var.Platform) = "x64" ?> <?define IsX64 = yes ?> <?else?> <?define IsX64 = no ?> <?endif?> </Include>