| Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets
|
| index 99c24b2083836408087db76d9e545d738bb7c21b..d05fb76c8a1a6771bdaa9ec8ad09c5477929adbf 100644
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets
|
| @@ -25,9 +25,11 @@
|
| BuildingInIDE ="$(BuildingInsideVisualStudio)"
|
| Sources ="@(ClCompile)"
|
| OutputCommandLine ="%(ClCompile.OutputCommandLine)"
|
| + ProcessorNumber ="%(ClCompile.ProcessorNumber)"
|
| + MultiProcessorCompilation ="%(ClCompile.MultiProcessorCompilation)"
|
| MinimalRebuildFromTracking ="%(ClCompile.MinimalRebuildFromTracking)"
|
| NaCLCompilerPath ="$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-gcc.exe"
|
| - PropertiesFile ="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_compile.xml"
|
| + PropertiesFile ="$(VCTargetsPath)\Platforms\NaCl\Props\nacl_compile.xml"
|
| TLogReadFiles ="@(CLTLogReadFiles)"
|
| TLogWriteFiles ="@(CLTLogWriteFiles)"
|
| ToolExe ="$(CLToolExe)"
|
| @@ -52,7 +54,6 @@
|
|
|
| <NaClLink BuildingInIDE ="$(BuildingInsideVisualStudio)"
|
| Sources ="@(Link)"
|
| -
|
| OutputCommandLine ="%(Link.OutputCommandLine)"
|
| NaClLinkerPath ="$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-g++.exe"
|
| MinimalRebuildFromTracking ="$(Link_MinimalRebuildFromTracking)"
|
|
|