lccmake.bat
changeset 240 1a99345a6547
parent 142 76aa9cf6568e
child 427 a7f5e6de19d2
equal deleted inserted replaced
239:b7ad2c45f826 240:1a99345a6547
     3 @REM type lccmake, and wait...
     3 @REM type lccmake, and wait...
     4 @REM do not edit - automatically generated from ProjectDefinition
     4 @REM do not edit - automatically generated from ProjectDefinition
     5 @REM -------
     5 @REM -------
     6 make.exe -N -f bc.mak -DUSELCC=1 %*
     6 make.exe -N -f bc.mak -DUSELCC=1 %*
     7 
     7 
       
     8 @echo "***********************************"
       
     9 @echo "Buildung stx/goodies/petitparser/analyzer
       
    10 @echo "***********************************"
       
    11 @cd analyzer
       
    12 @call lccmake %1 %2
       
    13 @cd ..
     8 
    14 
       
    15 @echo "***********************************"
       
    16 @echo "Buildung stx/goodies/petitparser/tests
       
    17 @echo "***********************************"
       
    18 @cd tests
       
    19 @call lccmake %1 %2
       
    20 @cd ..
       
    21 
       
    22