mingwmake.bat
author Stefan Vogel <sv@exept.de>
Wed, 29 Jul 2015 12:43:30 +0200
branchcvs_MAIN
changeset 3492 d6932ea1ff39
parent 3476 d525101728ae
child 3508 622620308fee
child 3638 ca43d4ec7356
permissions -rwxr-xr-x
class: GroovySourceHighlighter changed: #format: do not modify an existing text object

@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