lccmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 15 Oct 2014 00:03:50 +0100
changeset 692 a9f52b55a7f0
parent 464 2f2f44408f2c
child 780 c45cc4cd91f0
permissions -rw-r--r--
Made jn:refactoring_custom/patches a prerequisite of jn:refactoring_custom

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