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

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

Issue 11266051: Add PNaCl support for VS addin. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: fix nits and tests 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 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">

Powered by Google App Engine
This is Rietveld 408576698