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

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..1e98785f9746948bf664bf1e37e99a75a5b4dac1
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/build.bat
@@ -0,0 +1,4 @@
+:: Set up the Visual Studio environment
+@call "%VS100COMNTOOLS%vsvars32.bat"
binji 2012/07/17 00:05:58 Where is this script being run? Can we assume the
tysand 2012/07/17 01:18:18 Why assume that? This way the script can be run fr
+@msbuild "NativeClientVSAddIn.sln"
+@python create_package.py

Powered by Google App Engine
This is Rietveld 408576698