mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 12 Jan 2016 14:50:22 +0100
changeset 3514 b3cbf3ca5dcf
parent 3513 5581377e87fa
child 3601 4f1b473722cb
permissions -rwxr-xr-x
Backed out changeset 5581377e87fa Build support file were messed up.

@REM -------
@REM make using mingw gnu compiler
@REM type mingwmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=

@pushd ..\rules
@call find_mingw.bat
@popd
make.exe -N -f bc.mak %DEFINES% %USEMINGW_ARG% %*

@echo "***********************************"
@echo "Buildung stx/libjava/experiments"
@echo "***********************************"
@pushd experiments
@call mingwmake %1 %2 || exit /b "%errorlevel%"
@popd

@echo "***********************************"
@echo "Buildung stx/libjava/tools"
@echo "***********************************"
@pushd tools
@call mingwmake %1 %2 || exit /b "%errorlevel%"
@popd