Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets

Issue 11044024: Implement multi-core builds in MSVS (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Toolset.default.props » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)"
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Toolset.default.props » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698