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

Side by Side Diff: createsolution.bat

Issue 10786016: Moved all pipe functionality into a self-containing Communication::Pipe class (Closed)
Patch Set: Created May 31, 2013, 11:48 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 @echo off
2
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
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
6 popd
OLDNEW
« no previous file with comments | « adblockplus.gyp ('k') | src/engine/main.cpp » ('j') | src/engine/main.cpp » ('J')

Powered by Google App Engine
This is Rietveld