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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_compile.xml

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
Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_compile.xml
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_compile.xml b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_compile.xml
index 0b9a17582184c5058e83eb0868f3ce3416c39d58..c82553cd544882f676a1f332c1be86dd697e9c75 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_compile.xml
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_compile.xml
@@ -37,8 +37,15 @@
<BoolProperty Name="UserHeaderDependenciesOnly" Category="General" Visible="true" Switch="MMD">
</BoolProperty>
- <BoolProperty Name="PositionIndependentCode" DisplayName="Generate Position-Independent Code" Category="Code Generation" Switch="fpic">
+ <BoolProperty Name="PositionIndependentCode" DisplayName="Generate Position-Independent Code" Category="Code Generation" Switch="fpic">
</BoolProperty>
+
+ <BoolProperty Name="MultiProcessorCompilation" DisplayName="Multi-processor Compilation" Description="Multi-processor Compilation" Category="General">
+ </BoolProperty>
+
+ <IntProperty Name="ProcessorNumber" DisplayName="Number of processors" Description="Number of processors." Category="General" Visible="false">
+ </IntProperty>
+
<BoolProperty Name="ExceptionHandling" DisplayName="Enable C++ Exceptions" Category="Code Generation" Switch="fexceptions" ReverseSwitch="fno-exceptions">
</BoolProperty>

Powered by Google App Engine
This is Rietveld 408576698