Menu

[r27]: / BuildScript / build-svn-python.cmd  Maximize  Restore  History

Download this file

26 lines (20 with data), 724 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
@IF DEFINED NOECHO echo off
echo ====== Build svn python bindings ver %PYTHONVER% ======
echo ====== Build svn python bindings ver %PYTHONVER% ====== > %LOG_DIR%\build-svn-python.log
pushd %ROOT%\%DIR%
IF ERRORLEVEL 1 GOTO DIR_FAIL
echo ----- Build -----
msdev subversion_msvc.dsw /USEENV /MAKE "__SWIG_PYTHON__ - Win32 Release" >> %LOG_DIR%\build-svn-python.log 2>>&1
IF ERRORLEVEL 1 GOTO BUILD_FAIL
popd
exit /B 0
:DIR_FAIL
echo ****** svn dir does not exists ****** >> %LOG_DIR%\build-svn-python.log
type %LOG_DIR%\build-svn-python.log
popd
exit /B 1
:BUILD_FAIL
echo ****** svn python build failed ****** >> %LOG_DIR%\build-svn-python.log
type %LOG_DIR%\build-svn-python.log
popd
exit /B 1
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.