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

Unified Diff: visual_studio/NativeClientVSAddIn/build.bat

Issue 10790023: VS-Addin Build/Test/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/build.bat
diff --git a/visual_studio/NativeClientVSAddIn/build.bat b/visual_studio/NativeClientVSAddIn/build.bat
new file mode 100644
index 0000000000000000000000000000000000000000..7cdf14e103a7a604ac4abab1f9cf47cc2bc75921
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/build.bat
@@ -0,0 +1,6 @@
+@echo off
+
+:: Set up the Visual Studio environment
+call "%VS100COMNTOOLS%vsvars32.bat"
+msbuild "NativeClientVSAddIn.sln"
+python create_package.py

Powered by Google App Engine
This is Rietveld 408576698