examples/lccmake.bat
author Claus Gittinger <cg@exept.de>
Wed, 18 Dec 2019 22:52:35 +0100
branchcvs_MAIN
changeset 3985 720bed28bf32
parent 2678 c865275e48a7
child 2731 13f5be2bf83b
permissions -rw-r--r--
antifpossible

@REM -------
@REM make using lcc compiler
@REM type lccmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
make.exe -N -f bc.mak -DUSELCC=1 %*

@echo "***********************************"
@echo "Buildung stx/libjava/examples/tomcat6
@echo "***********************************"
@cd tomcat6
@call lccmake %1 %2
@cd ..