bmake.bat
author Stefan Vogel <sv@exept.de>
Wed, 01 Jul 2015 11:06:48 +0200
branchcvs_MAIN
changeset 3474 67444c80227b
parent 3309 a467328c29fd
child 3508 622620308fee
child 3636 0a495accefd3
permissions -rw-r--r--
64-bit gcc needs PIC code

@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