mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 20 Nov 2015 09:49:57 +0000
changeset 3508 622620308fee
parent 3497 7cf1b16f69aa
parent 3476 d525101728ae
child 3513 5581377e87fa
permissions -rwxr-xr-x
Merge

@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