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..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 |