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

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: fix nits 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
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..beda6d9baf230f84d84244550d9a2f9d610b96f0 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Microsoft.Cpp.NaCl.targets
@@ -25,9 +25,10 @@
BuildingInIDE ="$(BuildingInsideVisualStudio)"
Sources ="@(ClCompile)"
OutputCommandLine ="%(ClCompile.OutputCommandLine)"
+ ProcessorNumber ="%(ClCompile.ProcessorNumber)"
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 +53,6 @@
<NaClLink BuildingInIDE ="$(BuildingInsideVisualStudio)"
Sources ="@(Link)"
-
OutputCommandLine ="%(Link.OutputCommandLine)"
NaClLinkerPath ="$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\bin\$(TargetArchitecture)-nacl-g++.exe"
MinimalRebuildFromTracking ="$(Link_MinimalRebuildFromTracking)"

Powered by Google App Engine
This is Rietveld 408576698