mingwmake.bat
author Stefan Vogel <sv@exept.de>
Wed, 01 Jul 2015 11:06:54 +0200
branchcvs_MAIN
changeset 3476 d525101728ae
parent 3309 a467328c29fd
child 3508 622620308fee
child 3638 ca43d4ec7356
permissions -rwxr-xr-x
64-bit gcc needs PIC code

@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