lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 21 Jun 2013 19:05:40 +0100
branchjv
changeset 13173 e9da2324940d
parent 12627 cd43df2b0272
child 13471 3ee11c3d0306
permissions -rw-r--r--
Merged 06656434532b and 71cb8ce508f0 (branch default - CVS HEAD)

@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/libtool/smallsense
@echo "***********************************"
@cd smallsense
@call lccmake %1 %2
@cd ..