53
53
%COMSPEC% /c bzr co %ROOT%/bzr/%BZR_TARGET% %TARGET%
54
54
@if %ERRORLEVEL% NEQ 0 (set BUILD_ERROR=%ERRORLEVEL%) & goto End
57
57
rem include any of the 3rd-party plugins, because we don't bundle
63
73
cd %ROOT%/subvertpy/%PLUGIN_TARGET%
64
74
%PYTHON% setup.py install -O1 --install-lib=%TARGET%