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

Side by Side Diff: createsolution.bat

Issue 10945039: Switch to gyp (Closed)
Patch Set: Created June 20, 2013, 3:14 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « adblockplus.gyp ('k') | src/plugin/AdblockPlus.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 @echo off 1 @echo off
2 2
3 pushd %~dp0 3 pushd %~dp0
4 python libadblockplus\msvs_gyp_wrapper.py --depth=build\ia32 -f msvs --generator -output=build\ia32 -G msvs_version=2012 -Dtarget_arch=ia32 adblockplus.gyp 4 if NOT EXIST build\ia32\libadblockplus\shell\nul mkdir build\ia32\libadblockplus \shell
5 python libadblockplus\msvs_gyp_wrapper.py --depth=build\x64 -f msvs --generator- output=build\x64 -G msvs_version=2012 -Dtarget_arch=x64 adblockplus.gyp 5 if NOT EXIST build\x64\libadblockplus\shell\nul mkdir build\x64\libadblockplus\s hell
6
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
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
6 popd 9 popd
OLDNEW
« no previous file with comments | « adblockplus.gyp ('k') | src/plugin/AdblockPlus.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld