wanpipe/api/libsangoma/.svn/text-base/compile.bat.svn-base

27 lines
442 B
Plaintext

@echo off
set CURRENT_DIR=%cd%
set SANG_WP_DEVEL=d:\development
set SANG_WARNING_LEVEL=-W3 -WX
copy Makefile.Windows makefile
if %errorlevel% NEQ 0 goto failure
build -c -w
if %errorlevel% NEQ 0 goto failure
:ok
echo ********************
echo build was successful
echo ********************
goto end
:failure
echo !!!!!!!!!!!!!!!!!!!!!!!
echo build was UN-successful
echo !!!!!!!!!!!!!!!!!!!!!!!
:end
echo End