| 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>
|
|
|
|
|