bmake.bat
author Claus Gittinger <cg@exept.de>
Sat, 02 Feb 2013 01:23:42 +0100
changeset 133 73d6e6a457c0
parent 88 3e6bb3e37731
child 140 58ed759f7dd4
permissions -rw-r--r--
*** empty log message ***

@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 ..