mingwmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 18 Dec 2013 12:03:32 +0100
branchdevelopment
changeset 2965 bac7022ca26a
parent 2936 7a439bd8ae5b
parent 2624 44507f0c37aa
child 2976 a384a02381c0
permissions -rw-r--r--
Merged 7c3b2a89f173 and 80a1a085a982 (branch performance-optimizations)

@REM -------
@REM make using mingw gnu compiler
@REM type mingwmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=
@REM Kludge got Mercurial, cannot be implemented in Borland make
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"

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

@echo "***********************************"
@echo "Buildung stx/libjava/tools
@echo "***********************************"
@cd tools
@call mingwmake %1 %2
@cd ..

@echo "***********************************"
@echo "Buildung stx/libjava/experiments
@echo "***********************************"
@cd experiments
@call mingwmake %1 %2
@cd ..