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

Side by Side Diff: installer/createsolution.bat

Issue 22887001: Custom action library, initial version (Closed)
Patch Set: Created Oct. 28, 2013, 9:37 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
OLDNEW
(Empty)
1 @echo off
2 pushd %~dp0
3 python ..\libadblockplus\msvs_gyp_wrapper.py --depth=build\ia32 -f msvs --genera tor-output=build\ia32 -G msvs_version=2012 -Dtarget_arch=ia32 installer.gyp
4 python ..\libadblockplus\msvs_gyp_wrapper.py --depth=build\x64 -f msvs --genera tor-output=build\x64 -G msvs_version=2012 -Dtarget_arch=x64 installer.gyp
5 popd
OLDNEW
« no previous file with comments | « installer/adblockplusie.wxs ('k') | installer/installer.gyp » ('j') | installer/installer.gyp » ('J')

Powered by Google App Engine
This is Rietveld