Menu

[r28]: / BuildScript_1.8 / generate-vc-proj.cmd  Maximize  Restore  History

Download this file

26 lines (19 with data), 954 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
@IF DEFINED NOECHO echo off
echo ====== Generate VC projects ======
echo ====== Generate VC projects ====== > %LOG_DIR%\generate-vc-proj%1.log
pushd %ROOT%\%DIR%
IF ERRORLEVEL 1 GOTO DIR_FAIL
python gen-make.py -t dsp --with-httpd=..\%HTTPDDIR% --with-berkeley-db=%BDBDIR% --with-openssl=..\%HTTPDDIR%\srclib\openssl --with-zlib=..\%HTTPDDIR%\srclib\zlib --with-sasl=..\cyrus-sasl-%SASLVER% --enable-nls --with-libintl=..\svn-win32-libintl --with-serf=..\%DIR%\serf --with-swig=%SWIGDIR% --enable-bdb-in-apr-util --with-junit=%JUNITJAR% >> %LOG_DIR%\generate-vc-proj%1.log 2>>&1
IF ERRORLEVEL 1 GOTO GENERATE_FAIL
popd
exit /B 0
:DIR_FAIL
echo ****** base dir does not exists ****** >> %LOG_DIR%\generate-vc-proj%1.log
type %LOG_DIR%\generate-vc-proj%1.log
popd
exit /B 1
:GENERATE_FAIL
echo ****** generate VC projects failed ****** >> %LOG_DIR%\generate-vc-proj%1.log
type %LOG_DIR%\generate-vc-proj%1.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.