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

Unified Diff: createsolution.bat

Issue 29321227: Issue 2735 - Use ensure_dependencies.py in adblockplusie (Closed)
Patch Set: Update libadblockplus version. Use the same version of ensure_dependencies.py as in buildtools Created July 2, 2015, 10:22 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: createsolution.bat
===================================================================
--- a/createsolution.bat
+++ b/createsolution.bat
@@ -5,6 +5,9 @@
if "%type%"=="" set type=devbuild
pushd %~dp0
+
+python ensure_dependencies.py
+
if NOT EXIST build\ia32\libadblockplus\shell\nul mkdir build\ia32\libadblockplus\shell
if NOT EXIST build\x64\libadblockplus\shell\nul mkdir build\x64\libadblockplus\shell
« no previous file with comments | « README.md ('k') | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld