lccmake.bat
author Jakub Nesveda <jakubnesveda@seznam.cz>
Wed, 24 Dec 2014 22:48:21 +0100
changeset 780 c45cc4cd91f0
parent 692 a9f52b55a7f0
child 825 daa2a57953af
permissions -rw-r--r--
Move perspective variable to CustomContext to be sure that every subclass implements it

@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 "***********************************"
@pushd patches
@call lccmake %1 %2 || exit /b "%errorlevel%"
@popd