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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Microsoft.Cpp.PNaCl.targets

Issue 11360111: [NaCl Addin] Fix building of libraries in MSVS (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 1 month 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/PNaCl/Microsoft.Cpp.PNaCl.targets
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Microsoft.Cpp.PNaCl.targets b/visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Microsoft.Cpp.PNaCl.targets
index f68b8867ebbfa531afba07732699608fbc347b06..f9f53332b316b6d9e0f811b0634fa7674d342aa4 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Microsoft.Cpp.PNaCl.targets
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Microsoft.Cpp.PNaCl.targets
@@ -34,7 +34,8 @@
TLogWriteFiles ="@(CLTLogWriteFiles)"
Platform ="$(Platform)"
TrackFileAccess ="$(TrackFileAccess)"
- TrackerLogDirectory ="%(ClCompile.TrackerLogDirectory)">
+ TrackerLogDirectory ="%(ClCompile.TrackerLogDirectory)"
+ ConfigurationType ="$(ConfigurationType)">
</NaClCompile>
</Target>

Powered by Google App Engine
This is Rietveld 408576698