mingwmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 04 Mar 2014 21:27:32 +0100
changeset 283 ad363019e507
parent 241 1c8126a813fa
child 427 a7f5e6de19d2
child 588 2c0295b3fcae
permissions -rwxr-xr-x
moved

@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/goodies/petitparser/analyzer
@echo "***********************************"
@cd analyzer
@call mingwmake %1 %2
@cd ..

@echo "***********************************"
@echo "Buildung stx/goodies/petitparser/tests
@echo "***********************************"
@cd tests
@call mingwmake %1 %2
@cd ..