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 f480b84d1056b770c28711de34b943a1b32c423a..ed37495eb00dc06462f92256e71fdd2ee2092955 100644 |
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_compile.xml |
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_compile.xml |
@@ -34,7 +34,7 @@ |
<EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.so)" Switch="shared"/> |
<EnumValue Name="StaticLibrary" DisplayName="Static library (.a)" /> |
</EnumProperty> |
- <BoolProperty Name="UserHeaderDependenciesOnly" Category="General" Visible="true" Switch="MMD"> |
+ <BoolProperty Name="UserHeaderDependenciesOnly" Category="General" Visible="true" Switch="MMD" ReverseSwitch="MD"> |
</BoolProperty> |
<BoolProperty Name="PositionIndependentCode" DisplayName="Generate Position-Independent Code" Category="Code Generation" Switch="fpic"> |