Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: createsolution.bat

Issue 6584950149087232: Issue 1280 - Update v8 (Closed)
Left Patch Set: use msvs2012, because firstly it should go into our branch Created Oct. 27, 2014, 3:34 p.m.
Right Patch Set: revert not critical chanegs in JsValue ctr Created Nov. 3, 2014, 2:49 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « common.gypi ('k') | include/AdblockPlus/JsValue.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 @echo off 1 @echo off
2 2
3 pushd %~dp0 3 pushd %~dp0
4 mkdir build\ia32\shell 4 mkdir build\ia32\shell
5 mkdir build\x64\shell 5 mkdir build\x64\shell
6 python msvs_gyp_wrapper.py --depth=build\ia32 -f msvs -I common.gypi --generator -output=build\ia32 -G msvs_version=2012 -Dtarget_arch=ia32 -Dhost_arch=ia32 liba dblockplus.gyp 6 python msvs_gyp_wrapper.py --depth=build\ia32 -f msvs -I common.gypi --generator -output=build\ia32 -G msvs_version=2012 -Dtarget_arch=ia32 -Dhost_arch=ia32 liba dblockplus.gyp
7 python msvs_gyp_wrapper.py --depth=build\x64 -f msvs -I common.gypi --generator -output=build\x64 -G msvs_version=2012 -Dtarget_arch=x64 -Dhost_arch=x64 liba dblockplus.gyp 7 python msvs_gyp_wrapper.py --depth=build\x64 -f msvs -I common.gypi --generator- output=build\x64 -G msvs_version=2012 -Dtarget_arch=x64 -Dhost_arch=x64 libadblo ckplus.gyp
Felix Dahlke 2014/10/31 05:31:57 We generally don't align code in columns, so I'd v
sergei 2014/10/31 11:47:01 I've removed such spaces. Could you explain the ad
Felix Dahlke 2014/10/31 15:07:51 I don't have a strong opinion actually. The only c
sergei 2014/10/31 16:13:35 BTW, don't mix indenting and alignment, here are t
Felix Dahlke 2014/10/31 16:30:15 Yeah, aligning it is.
8 popd 8 popd
LEFTRIGHT

Powered by Google App Engine
This is Rietveld