bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 08 Sep 2015 01:24:23 +0100
changeset 539 610131174c0f
parent 502 1e45d3c96ec5
child 503 ff58cd9f1f3c
permissions -rw-r--r--
Updated splicemaps.

@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/goodies/petitparser/analyzer
@echo "***********************************"
@pushd analyzer
@call bmake %1 %2 || exit /b "%errorlevel%"
@popd

@echo "***********************************"
@echo "Buildung stx/goodies/petitparser/tests
@echo "***********************************"
@pushd tests
@call bmake %1 %2 || exit /b "%errorlevel%"
@popd