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

Unified Diff: visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/SDKUtilities.cs

Issue 11375004: [NaCl Addin] Fix to PNaCl lib creation from 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/NaCl.Build.CPPTasks/SDKUtilities.cs
diff --git a/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/SDKUtilities.cs b/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/SDKUtilities.cs
index a91029e285e60b5cfe8669ec1fc6c4b4e9299d97..f1d9cfe81f58d1979550807614e562115b97a1f0 100644
--- a/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/SDKUtilities.cs
+++ b/visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/SDKUtilities.cs
@@ -15,7 +15,7 @@ namespace NaCl.Build.CPPTasks
{
// No known SDK version has working PNaC toolchain yet
// TODO(sbc): update this value once we release one.
binji 2012/11/12 21:27:02 remove TODO and comment
Sam Clegg 2012/11/12 21:56:22 Done.
- public const int MinPNaCLSDKVersion = 999999;
+ public const int MinPNaCLSDKVersion = 166868;
Sam Clegg 2012/11/12 20:10:36 This is the first pepper version with working PNaC
/// <summary>
/// Find python executable in user's PATH.

Powered by Google App Engine
This is Rietveld 408576698