|
175 | 175 | <MSBuild>$(MSBuildBinPath)\msbuild.exe</MSBuild> |
176 | 176 | <Junction>$(NRoot)\ExternalDependences\junction.exe</Junction> |
177 | 177 | </PropertyGroup> |
178 | | - <Message Text="Framework tools found at:" Importance="high" /> |
| 178 | + <Message Text="Framework tools found at:" Importance="high" /> |
179 | 179 | <Message Text=" MSBuild - $(MSBuild)" Importance="high" /> |
180 | | - <Message Text=" NGen - $(NGen)" Importance="high" /> |
181 | | - <Message Text=" SDK tools found at:" Importance="high" /> |
| 180 | + <Message Text=" NGen - $(NGen)" Importance="high" /> |
| 181 | + <Message Text=" SDK tools found at:" Importance="high" /> |
182 | 182 | <Message Text=" GacUtil - $(GacUtil)" Importance="high" /> |
183 | 183 | <Message Text=" Ildasm - $(Ildasm)" Importance="high" /> |
184 | 184 | <Message Text=" PEVerify - $(PEVerify)" Importance="high" /> |
185 | | - <Message Text=" ExternalDependences:" Importance="high" /> |
| 185 | + <Message Text=" ALPath - $(ALPath)" Importance="high" /> |
| 186 | + <Message Text=" ExternalDependences:" Importance="high" /> |
186 | 187 | <Message Text=" Junction - $(Junction)" Importance="high" /> |
187 | 188 | </Target> |
188 | 189 | <!--Builds and deploy tasks dll into boot directory--> |
|
219 | 220 | <NCurBin>$(NBin)\Stage1\</NCurBin> |
220 | 221 | <NCurObj>$(NObj)\Stage1\</NCurObj> |
221 | 222 | </PropertyGroup> |
222 | | - <MSBuild Projects="@(NCompilerProject)" Properties="OutputPath=$(NCurBin); IntermediateOutputPath=$(NCurObj)\; $(NDefineProjectConstants); Nemerle=$(NPrevBin); NKeysDir=$(NBin)\keys" Targets="$(NTargetName)" /> |
| 223 | + <MSBuild Projects="@(NCompilerProject)" Properties="OutputPath=$(NCurBin); IntermediateOutputPath=$(NCurObj)\; $(NDefineProjectConstants); Nemerle=$(NPrevBin); NKeysDir=$(NBin)\keys; SDKBin=$(SDKBin)" Targets="$(NTargetName)" /> |
223 | 224 | <Copy SourceFiles="@(NTasksFiles)" DestinationFolder="$(NCurBin)" /> |
224 | 225 | </Target> |
225 | 226 | <!--Builds compiler using Stage1--> |
|
229 | 230 | <NCurBin>$(NBin)\Stage2\</NCurBin> |
230 | 231 | <NCurObj>$(NObj)\Stage2\</NCurObj> |
231 | 232 | </PropertyGroup> |
232 | | - <MSBuild Projects="@(NCompilerProject)" Properties="OutputPath=$(NCurBin); IntermediateOutputPath=$(NCurObj)\; $(NDefineProjectConstants); Nemerle=$(NPrevBin); NKeysDir=$(NBin)\keys" Targets="$(NTargetName)" /> |
| 233 | + <MSBuild Projects="@(NCompilerProject)" Properties="OutputPath=$(NCurBin); IntermediateOutputPath=$(NCurObj)\; $(NDefineProjectConstants); Nemerle=$(NPrevBin); NKeysDir=$(NBin)\keys; SDKBin=$(SDKBin)" Targets="$(NTargetName)" /> |
233 | 234 | <Copy SourceFiles="@(NTasksFiles)" DestinationFolder="$(NCurBin)" /> |
234 | 235 | </Target> |
235 | 236 | <!--Builds compiler using Stage2--> |
|
239 | 240 | <NCurBin>$(NBin)\Stage3\</NCurBin> |
240 | 241 | <NCurObj>$(NObj)\Stage3\</NCurObj> |
241 | 242 | </PropertyGroup> |
242 | | - <MSBuild Projects="@(NCompilerProject)" Properties="OutputPath=$(NCurBin); IntermediateOutputPath=$(NCurObj)\; $(NDefineProjectConstants); Nemerle=$(NPrevBin); NKeysDir=$(NBin)\keys" Targets="$(NTargetName)" /> |
| 243 | + <MSBuild Projects="@(NCompilerProject)" Properties="OutputPath=$(NCurBin); IntermediateOutputPath=$(NCurObj)\; $(NDefineProjectConstants); Nemerle=$(NPrevBin); NKeysDir=$(NBin)\keys; SDKBin=$(SDKBin)" Targets="$(NTargetName)" /> |
243 | 244 | <Copy SourceFiles="@(NTasksFiles)" DestinationFolder="$(NCurBin)" /> |
244 | 245 | </Target> |
245 | 246 | <!--Builds compiler using Stage3--> |
|
249 | 250 | <NCurBin>$(NBin)\Stage4\</NCurBin> |
250 | 251 | <NCurObj>$(NObj)\Stage4\</NCurObj> |
251 | 252 | </PropertyGroup> |
252 | | - <MSBuild Projects="@(NCompilerProject)" Properties="OutputPath=$(NCurBin); IntermediateOutputPath=$(NCurObj)\; $(NDefineProjectConstants); Nemerle=$(NPrevBin); NKeysDir=$(NBin)\keys" Targets="$(NTargetName)" /> |
| 253 | + <MSBuild Projects="@(NCompilerProject)" Properties="OutputPath=$(NCurBin); IntermediateOutputPath=$(NCurObj)\; $(NDefineProjectConstants); Nemerle=$(NPrevBin); NKeysDir=$(NBin)\keys; SDKBin=$(SDKBin)" Targets="$(NTargetName)" /> |
253 | 254 | <Copy SourceFiles="@(NTasksFiles)" DestinationFolder="$(NCurBin)" /> |
254 | 255 | </Target> |
255 | 256 |
|
|
0 commit comments