Mercurial > hg
view contrib/wix/defines.wxi @ 33602:27fbca750b4d stable
commitextras: make sure keys contains ascii letters, numbers, '_' and '-' only
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Fri, 28 Jul 2017 07:42:55 +0530 |
parents | bd9bc4123920 |
children |
line wrap: on
line source
<Include> <?if $(var.Platform) = "x64" ?> <?define IsX64 = yes ?> <?else?> <?define IsX64 = no ?> <?endif?> </Include>