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

Delta Between Two Patch Sets: createsolution.bat

Issue 10945039: Switch to gyp (Closed)
Left Patch Set: This version actually compiles, needs some testing however. build_release.py and installer still ne… Created June 21, 2013, 7:30 a.m.
Right Patch Set: Final version Created June 21, 2013, 2:16 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 | « build_release.py ('k') | defaults.gypi » ('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
3 set version=%1
4 set type=%2
5 if "%type%"=="" set type=devbuild
2 6
3 pushd %~dp0 7 pushd %~dp0
4 if NOT EXIST build\ia32\libadblockplus\shell\nul mkdir build\ia32\libadblockplus \shell 8 if NOT EXIST build\ia32\libadblockplus\shell\nul mkdir build\ia32\libadblockplus \shell
5 if NOT EXIST build\x64\libadblockplus\shell\nul mkdir build\x64\libadblockplus\s hell 9 if NOT EXIST build\x64\libadblockplus\shell\nul mkdir build\x64\libadblockplus\s hell
6 10
7 python libadblockplus\msvs_gyp_wrapper.py --depth=build\ia32 -f msvs -I libadblo ckplus\common.gypi --generator-output=build\ia32 -G msvs_version=2012 -Dtarget_a rch=ia32 adblockplus.gyp 11 python libadblockplus\msvs_gyp_wrapper.py --depth=build\ia32 -f msvs -I libadblo ckplus\common.gypi --generator-output=build\ia32 -G msvs_version=2012 -Dtarget_a rch=ia32 -Dbuild_type=%type% -Dbuild_version=%version% adblockplus.gyp
8 python libadblockplus\msvs_gyp_wrapper.py --depth=build\x64 -f msvs -I libadbloc kplus\common.gypi --generator-output=build\x64 -G msvs_version=2012 -Dtarget_arc h=x64 adblockplus.gyp 12 python libadblockplus\msvs_gyp_wrapper.py --depth=build\x64 -f msvs -I libadbloc kplus\common.gypi --generator-output=build\x64 -G msvs_version=2012 -Dtarget_arc h=x64 -Dbuild_type=%type% -Dbuild_version=%version% adblockplus.gyp
9 popd 13 popd
LEFTRIGHT

Powered by Google App Engine
This is Rietveld