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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/install.bat

Issue 10831030: NaCl settings and completed install scripts. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 5 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/install.bat
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/install.bat b/visual_studio/NativeClientVSAddIn/InstallerResources/install.bat
new file mode 100644
index 0000000000000000000000000000000000000000..29f35687ba5204aea4d9cdcde2e19ff640f0bc61
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/install.bat
@@ -0,0 +1,5 @@
+@echo off
+setlocal
binji 2012/07/26 23:32:17 reading up on this, is this necessary? seems like
tysand 2012/07/28 01:13:11 I think you are right, it was mostly a precaution.
+python.exe %~dp0install.py
+endlocal
+pause

Powered by Google App Engine
This is Rietveld 408576698