compiler/lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Tue, 04 Nov 2014 00:17:12 +0000
changeset 8 c2de4aaa2670
parent 1 46dd2b3b6974
permissions -rw-r--r--
Tests moved to separate sub-package named tests to follow convention.

@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 ctu/dart/compiler/tests
@echo "***********************************"
@cd tests
@call lccmake %1 %2
@cd ..