| 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 |