bmake.bat
author Claus Gittinger <cg@exept.de>
Sat, 01 Dec 2012 15:27:17 +0100
changeset 91 ed96c98bff4a
parent 88 3e6bb3e37731
child 140 58ed759f7dd4
permissions -rw-r--r--
class: PPToken changed: #newline fix for stx's stupid cr/return incompatibility

@REM -------
@REM make using borland bcc
@REM type bmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
make.exe -N -f bc.mak %*

@echo "**************************"
@echo "Buildung goodies/petitparser/devtools"
@echo "**************************"
@cd devtools
@call bmake.bat %1 %2
@cd ..