|
57 | 57 | <Variable Name="OptionsInstallAssertsToolchain" bal:Overridable="yes" Persisted="yes" Value="1" />
|
58 | 58 | <Variable Name="OptionsInstallNoAssertsToolchain" bal:Overridable="yes" Persisted="yes" Value="0" />
|
59 | 59 |
|
60 |
| - <?if $(Include_NoAsserts) == True?> |
| 60 | + <?if $(IncludeNoAsserts) == True?> |
61 | 61 | <Variable Name="OptionsIncludeNoAsserts" bal:Overridable="yes" Persisted="yes" Value="1" />
|
62 | 62 | <?else ?>
|
63 | 63 | <Variable Name="OptionsIncludeNoAsserts" bal:Overridable="yes" Persisted="yes" Value="0" />
|
|
98 | 98 | <MsiProperty Name="ADDTOOLCHAINTOPATH" Value="1"/>
|
99 | 99 | </MsiPackage>
|
100 | 100 |
|
101 |
| - <?if $(Include_NoAsserts) == True?> |
| 101 | + <?if $(IncludeNoAsserts) == True?> |
102 | 102 | <MsiPackage
|
103 | 103 | SourceFile="!(bindpath.bld.noasserts)\bld.noasserts.msi"
|
104 | 104 | InstallCondition="OptionsInstallNoAssertsToolchain = 1"
|
|
115 | 115 | <MsiProperty Name="INSTALLROOT" Value="[InstallRoot]" />
|
116 | 116 | </MsiPackage>
|
117 | 117 |
|
118 |
| - <?if $(Include_NoAsserts) == True?> |
| 118 | + <?if $(IncludeNoAsserts) == True?> |
119 | 119 | <MsiPackage
|
120 | 120 | SourceFile="!(bindpath.cli.noasserts)\cli.noasserts.msi"
|
121 | 121 | InstallCondition="OptionsInstallCLI = 1 and OptionsInstallNoAssertsToolchain = 1"
|
|
131 | 131 | <MsiProperty Name="INSTALLROOT" Value="[InstallRoot]" />
|
132 | 132 | </MsiPackage>
|
133 | 133 |
|
134 |
| - <?if $(Include_NoAsserts) == True?> |
| 134 | + <?if $(IncludeNoAsserts) == True?> |
135 | 135 | <MsiPackage
|
136 | 136 | SourceFile="!(bindpath.dbg.noasserts)\dbg.noasserts.msi"
|
137 | 137 | InstallCondition="OptionsInstallDBG = 1 and OptionsInstallNoAssertsToolchain = 1"
|
|
147 | 147 | <MsiProperty Name="INSTALLROOT" Value="[InstallRoot]" />
|
148 | 148 | </MsiPackage>
|
149 | 149 |
|
150 |
| - <?if $(Include_NoAsserts) == True?> |
| 150 | + <?if $(IncludeNoAsserts) == True?> |
151 | 151 | <MsiPackage
|
152 | 152 | SourceFile="!(bindpath.ide.noasserts)\ide.noasserts.msi"
|
153 | 153 | InstallCondition="OptionsInstallIDE = 1 and OptionsInstallNoAssertsToolchain = 1"
|
|
0 commit comments