bmake.bat
author Stefan Vogel <sv@exept.de>
Wed, 29 Jul 2015 12:43:30 +0200
branchcvs_MAIN
changeset 3492 d6932ea1ff39
parent 3474 67444c80227b
child 3508 622620308fee
child 3636 0a495accefd3
permissions -rw-r--r--
class: GroovySourceHighlighter changed: #format: do not modify an existing text object

@REM -------
@REM make using Borland bcc32
@REM type bmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=

make.exe -N -f bc.mak  %DEFINES% %*

@echo "***********************************"
@echo "Buildung stx/libjava/experiments
@echo "***********************************"
@pushd experiments
@call bmake %1 %2 || exit /b "%errorlevel%"
@popd

@echo "***********************************"
@echo "Buildung stx/libjava/tools
@echo "***********************************"
@pushd tools
@call bmake %1 %2 || exit /b "%errorlevel%"
@popd