Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 :: Set up the Visual Studio environment | |
| 2 @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
| |
| 3 @msbuild "NativeClientVSAddIn.sln" | |
| 4 @python create_package.py | |
| OLD | NEW |