Chromium Code Reviews| 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 |