| OLD | NEW |
| 1 | 1 |
| 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil
d/2003"> | 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuil
d/2003"> |
| 3 <Import Project="$(VCTargetsPath)\Platforms\NaCl\ImportBefore\*.targets" Condi
tion="Exists('$(VCTargetsPath)\Platforms\NaCl\ImportBefore')" /> | 3 <Import Project="$(VCTargetsPath)\Platforms\NaCl\ImportBefore\*.targets" Condi
tion="Exists('$(VCTargetsPath)\Platforms\NaCl\ImportBefore')" /> |
| 4 <Import Project="$(VCTargetsPath)\Microsoft.CppCommon.targets" /> | 4 <Import Project="$(VCTargetsPath)\Microsoft.CppCommon.targets" /> |
| 5 | 5 |
| 6 <UsingTask TaskName="NaClCompile" AssemblyFile="$(VCTargetsPath)\Platforms\NaC
l\NaCl.Build.CPPTasks.dll" /> | 6 <UsingTask TaskName="NaClCompile" AssemblyFile="$(VCTargetsPath)\Platforms\NaC
l\NaCl.Build.CPPTasks.dll" /> |
| 7 <UsingTask TaskName="NaClLink" AssemblyFile="$(VCTargetsPath)\Platforms\NaCl\N
aCl.Build.CPPTasks.dll" /> | 7 <UsingTask TaskName="NaClLink" AssemblyFile="$(VCTargetsPath)\Platforms\NaCl\N
aCl.Build.CPPTasks.dll" /> |
| 8 <UsingTask TaskName="NaClLib" AssemblyFile="$(VCTargetsPath)\Platforms\NaCl\Na
Cl.Build.CPPTasks.dll" /> | 8 <UsingTask TaskName="NaClLib" AssemblyFile="$(VCTargetsPath)\Platforms\NaCl\Na
Cl.Build.CPPTasks.dll" /> |
| 9 <UsingTask TaskName="VCMessage" AssemblyName="Microsoft.Build.CppTasks.Common,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> | 9 <UsingTask TaskName="VCMessage" AssemblyName="Microsoft.Build.CppTasks.Common,
Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> |
| 10 | 10 |
| 11 | 11 |
| 12 <PropertyGroup> | 12 <PropertyGroup> |
| 13 <!-- Enable incremental build by enable file tracking in tasks--> | 13 <!-- Enable incremental build by enable file tracking in tasks--> |
| 14 <TrackFileAccess Condition="'$(TrackFileAccess)' == ''">true</TrackFileAcces
s> | 14 <TrackFileAccess Condition="'$(TrackFileAccess)' == ''">true</TrackFileAcces
s> |
| 15 </PropertyGroup> | 15 </PropertyGroup> |
| 16 | 16 |
| 17 <!-- *************************************************************************
****************** | 17 <!-- *************************************************************************
****************** |
| 18 CLCompile | 18 CLCompile |
| 19 *************************************************************************
****************** --> | 19 *************************************************************************
****************** --> |
| 20 | 20 |
| 21 <Target Name="ClCompile" | 21 <Target Name="ClCompile" |
| 22 Condition="'@(ClCompile)' != ''" | 22 Condition="'@(ClCompile)' != ''" |
| 23 DependsOnTargets="SelectClCompile"> | 23 DependsOnTargets="SelectClCompile"> |
| 24 | 24 |
| 25 <NaClCompile Condition="'%(ClCompile.ExcludedFromBuild)'!='true'" | 25 <NaClCompile Condition="'%(ClCompile.ExcludedFromBuild)'!='true'" |
| 26 BuildingInIDE ="$(BuildingInsideVisualStud
io)" | 26 BuildingInIDE ="$(BuildingInsideVisualStud
io)" |
| 27 Sources ="@(ClCompile)"
| 27 Sources ="@(ClCompile)"
|
| 28 OutputCommandLine ="%(ClCompile.OutputCommandL
ine)" | 28 OutputCommandLine ="%(ClCompile.OutputCommandL
ine)" |
| 29 MinimalRebuildFromTracking ="%(ClCompile.MinimalRebuild
FromTracking)" | 29 MinimalRebuildFromTracking ="%(ClCompile.MinimalRebuild
FromTracking)" |
| 30 NaCLCompilerPath ="$(NaClCompiler)" | 30 NaCLCompilerPath ="$(VSNaClSDKRoot)\toolchain
\win_x86_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-g++.exe" |
| 31 PropertiesFile ="$(VCTargetsPath)\Platfor
ms\NaCl\Properties\nacl_compile.xml" | 31 PropertiesFile ="$(VCTargetsPath)\Platfor
ms\NaCl\Properties\nacl_compile.xml" |
| 32 TLogReadFiles ="@(CLTLogReadFiles)" | 32 TLogReadFiles ="@(CLTLogReadFiles)" |
| 33 TLogWriteFiles ="@(CLTLogWriteFiles)" | 33 TLogWriteFiles ="@(CLTLogWriteFiles)" |
| 34 ToolExe ="$(CLToolExe)" | 34 ToolExe ="$(CLToolExe)" |
| 35 ToolPath ="$(CLToolPath)" | 35 ToolPath ="$(CLToolPath)" |
| 36 TrackFileAccess ="$(TrackFileAccess)" | 36 TrackFileAccess ="$(TrackFileAccess)" |
| 37 TrackerLogDirectory ="%(ClCompile.TrackerLogDire
ctory)"> | 37 TrackerLogDirectory ="%(ClCompile.TrackerLogDire
ctory)"> |
| 38 </NaClCompile> | 38 </NaClCompile> |
| 39 </Target> | 39 </Target> |
| 40 | 40 |
| 41 <!-- *************************************************************************
****************** | 41 <!-- *************************************************************************
****************** |
| 42 Link | 42 Link |
| 43 *************************************************************************
****************** --> | 43 *************************************************************************
****************** --> |
| 44 | 44 |
| 45 <Target Name="Link" | 45 <Target Name="Link" |
| 46 Condition="'@(Link)' != ''"> | 46 Condition="'@(Link)' != ''"> |
| 47 | 47 |
| 48 <PropertyGroup> | 48 <PropertyGroup> |
| 49 <Link_MinimalRebuildFromTracking Condition="'@(Link->AnyHaveMetadataValue(
'MinimalRebuildFromTracking', 'false'))' == 'true'">false</Link_MinimalRebuildFr
omTracking> | 49 <Link_MinimalRebuildFromTracking Condition="'@(Link->AnyHaveMetadataValue(
'MinimalRebuildFromTracking', 'false'))' == 'true'">false</Link_MinimalRebuildFr
omTracking> |
| 50 <Link_MinimalRebuildFromTracking Condition="'$(BuildType)' != 'Build' or '
$(ForceRebuild)' == 'true'" >false</Link_MinimalRebuildFromTracking> | 50 <Link_MinimalRebuildFromTracking Condition="'$(BuildType)' != 'Build' or '
$(ForceRebuild)' == 'true'" >false</Link_MinimalRebuildFromTracking> |
| 51 <Link_MinimalRebuildFromTracking Condition="'$(Link_MinimalRebuildFromTrac
king)' == ''">true</Link_MinimalRebuildFromTracking> | 51 <Link_MinimalRebuildFromTracking Condition="'$(Link_MinimalRebuildFromTrac
king)' == ''">true</Link_MinimalRebuildFromTracking> |
| 52 </PropertyGroup> | 52 </PropertyGroup> |
| 53 | 53 |
| 54 <NaClLink BuildingInIDE ="$(BuildingInsideVisualStudio)" | 54 <NaClLink BuildingInIDE ="$(BuildingInsideVisualStudio)" |
| 55 Sources ="@(Link)" | 55 Sources ="@(Link)" |
| 56 | 56 |
| 57 OutputCommandLine ="%(Link.OutputCommandLine)"
| 57 OutputCommandLine ="%(Link.OutputCommandLine)"
|
| 58 NaClLinkerPath ="$(NaClLinker)" | 58 NaClLinkerPath ="$(VSNaClSDKRoot)\toolchain\win_x8
6_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-g++.exe" |
| 59 MinimalRebuildFromTracking ="$(Link_MinimalRebuildFromTracking
)" | 59 MinimalRebuildFromTracking ="$(Link_MinimalRebuildFromTracking
)" |
| 60 OutputFile ="%(Link.OutputFile)" | 60 OutputFile ="%(Link.OutputFile)" |
| 61 PropertiesFile ="$(VCTargetsPath)\Platforms\NaCl
\Properties\nacl_link.xml" | 61 PropertiesFile ="$(VCTargetsPath)\Platforms\NaCl
\Properties\nacl_link.xml" |
| 62 TLogReadFiles ="@(LinkTLogReadFiles)" | 62 TLogReadFiles ="@(LinkTLogReadFiles)" |
| 63 TLogWriteFiles ="@(LinkTLogWriteFiles)" | 63 TLogWriteFiles ="@(LinkTLogWriteFiles)" |
| 64 ToolExe ="$(LinkToolExe)" | 64 ToolExe ="$(LinkToolExe)" |
| 65 ToolPath ="$(LinkToolPath)" | 65 ToolPath ="$(LinkToolPath)" |
| 66 TrackerLogDirectory ="%(Link.TrackerLogDirectory)" | 66 TrackerLogDirectory ="%(Link.TrackerLogDirectory)" |
| 67 TrackFileAccess ="$(TrackFileAccess)" | 67 TrackFileAccess ="$(TrackFileAccess)" |
| 68 ConfigurationType ="$(ConfigurationType)"
> | 68 ConfigurationType ="$(ConfigurationType)"
> |
| (...skipping 16 matching lines...) Expand all Loading... |
| 85 | 85 |
| 86 <ItemGroup> | 86 <ItemGroup> |
| 87 <Lib> | 87 <Lib> |
| 88 <MinimalRebuildFromTracking Condition="'%(Lib.MinimalRebuildFromTracking
)' == '' and '$(BuildType)' == 'Build' and '$(ForceRebuild)' != 'true'">true</Mi
nimalRebuildFromTracking> | 88 <MinimalRebuildFromTracking Condition="'%(Lib.MinimalRebuildFromTracking
)' == '' and '$(BuildType)' == 'Build' and '$(ForceRebuild)' != 'true'">true</Mi
nimalRebuildFromTracking> |
| 89 </Lib> | 89 </Lib> |
| 90 </ItemGroup> | 90 </ItemGroup> |
| 91 | 91 |
| 92 <NaClLib BuildingInIDE ="$(BuildingInsideVisualStudio)" | 92 <NaClLib BuildingInIDE ="$(BuildingInsideVisualStudio)" |
| 93 Sources ="@(Lib)" | 93 Sources ="@(Lib)" |
| 94 OutputCommandLine ="%(Lib.OutputCommandLine)" | 94 OutputCommandLine ="%(Lib.OutputCommandLine)" |
| 95 LibrarianToolPath »» » ="$(NaClLibrarian)" | 95 LibrarianToolPath »» » ="$(VSNaClSDKRoot)\toolc
hain\win_x86_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-ar.exe" |
| 96 MinimalRebuildFromTracking ="%(Lib.MinimalRebuildFromTracking)" | 96 MinimalRebuildFromTracking ="%(Lib.MinimalRebuildFromTracking)" |
| 97 OutputFile ="%(Lib.OutputFile)" | 97 OutputFile ="%(Lib.OutputFile)" |
| 98 PropertiesFile ="$(VCTargetsPath)\Platforms\NaCl\Pr
operties\nacl_lib.xml" | 98 PropertiesFile ="$(VCTargetsPath)\Platforms\NaCl\Pr
operties\nacl_lib.xml" |
| 99 TrackerLogDirectory ="%(Lib.TrackerLogDirectory)" | 99 TrackerLogDirectory ="%(Lib.TrackerLogDirectory)" |
| 100 TLogReadFiles ="@(LIBTLogReadFiles)" | 100 TLogReadFiles ="@(LIBTLogReadFiles)" |
| 101 TLogWriteFiles ="@(LIBTLogWriteFiles)" | 101 TLogWriteFiles ="@(LIBTLogWriteFiles)" |
| 102 ToolExe ="$(LIBToolExe)" | 102 ToolExe ="$(LIBToolExe)" |
| 103 ToolPath ="$(LIBToolPath)" | 103 ToolPath ="$(LIBToolPath)" |
| 104 TrackFileAccess ="$(TrackFileAccess)"> | 104 TrackFileAccess ="$(TrackFileAccess)"> |
| 105 <Output TaskParameter="SkippedExecution" PropertyName="LibSkippedExecuti
on" /> | 105 <Output TaskParameter="SkippedExecution" PropertyName="LibSkippedExecuti
on" /> |
| 106 </NaClLib> | 106 </NaClLib> |
| 107 | 107 |
| 108 <Message Condition="'$(LibSkippedExecution)' == 'false'" Text="$(MSBuildProj
ectFile) -> $(TargetPath)" Importance="High" /> | 108 <Message Condition="'$(LibSkippedExecution)' == 'false'" Text="$(MSBuildProj
ectFile) -> $(TargetPath)" Importance="High" /> |
| 109 | 109 |
| 110 </Target> | 110 </Target> |
| 111 | 111 |
| 112 <!-- Imports --> | 112 <!-- Imports --> |
| 113 <Import Project="$(VCTargetsPath)\Platforms\NaCl\NaCl.CppBuild.targets" /> | 113 <Import Project="$(VCTargetsPath)\Platforms\NaCl\NaCl.CppBuild.targets" /> |
| 114 <Import Project="$(VCTargetsPath)\Platforms\NaCl\PlatformToolsets\$(PlatformTo
olset)\Microsoft.Cpp.NaCl.$(PlatformToolset).targets" Condition="(exists('$(VCTa
rgetsPath)\Platforms\NaCl\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp.NaCl
.$(PlatformToolset).targets'))" /> | 114 <Import Project="$(VCTargetsPath)\Platforms\NaCl\PlatformToolsets\win_x86_newl
ib\Microsoft.Cpp.NaCl.win_x86_newlib.targets" Condition="'$(ToolchainName)' == '
newlib' AND (exists('$(VCTargetsPath)\Platforms\NaCl\PlatformToolsets\win_x86_ne
wlib\Microsoft.Cpp.NaCl.win_x86_newlib.targets'))" /> |
| 115 <Import Project="$(VCTargetsPath)\Platforms\NaCl\PlatformToolsets\win_x86_glib
c\Microsoft.Cpp.NaCl.win_x86_glibc.targets" Condition="'$(ToolchainName)' == 'gl
ibc' AND (exists('$(VCTargetsPath)\Platforms\NaCl\PlatformToolsets\win_x86_glibc
\Microsoft.Cpp.NaCl.win_x86_glibc.targets'))" /> |
| 116 |
| 115 </Project> | 117 </Project> |
| 116 | 118 |
| 117 | 119 |
| 118 | 120 |
| OLD | NEW |