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: Created June 30, 2015, 12:43 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') | ensure_dependencies.py » ('J')
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
sergei 2015/06/30 09:51:06 It means that git users won't be able even to gene
Eric 2015/07/01 16:58:27 The way this is written, it means mandatory networ
Felix Dahlke 2015/07/02 10:02:06 While I agree that this is not too straightforward
Eric 2015/07/04 16:46:46 OK. That's not obvious from the code. (I didn't re
+
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') | ensure_dependencies.py » ('J')

Powered by Google App Engine
This is Rietveld