lccmake.bat
branchdevelopment
changeset 2713 d87e89dd5276
parent 2711 a00302fe5083
child 2731 13f5be2bf83b
equal deleted inserted replaced
2712:69af63cd04a3 2713:d87e89dd5276
     2 @REM make using lcc compiler
     2 @REM make using lcc compiler
     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 
       
     8 @echo "***********************************"
       
     9 @echo "Buildung stx/libjava/examples/tomcat6
       
    10 @echo "***********************************"
       
    11 @cd examples\tomcat6
       
    12 @call lccmake %1 %2
       
    13 @cd ..\..
       
    14 
       
    15 @echo "***********************************"
       
    16 @echo "Buildung stx/libjava/mauve
       
    17 @echo "***********************************"
       
    18 @cd mauve
       
    19 @call lccmake %1 %2
       
    20 @cd ..
       
    21 
       
    22 @echo "***********************************"
       
    23 @echo "Buildung stx/libjava/experiments
       
    24 @echo "***********************************"
       
    25 @cd experiments
       
    26 @call lccmake %1 %2
       
    27 @cd ..
       
    28 
       
    29 @echo "***********************************"
       
    30 @echo "Buildung stx/libjava/examples
       
    31 @echo "***********************************"
       
    32 @cd examples
       
    33 @call lccmake %1 %2
       
    34 @cd ..
       
    35 
       
    36 @echo "***********************************"
       
    37 @echo "Buildung stx/libjava/benchmarks
       
    38 @echo "***********************************"
       
    39 @cd benchmarks
       
    40 @call lccmake %1 %2
       
    41 @cd ..
       
    42 
     7 
    43 @echo "***********************************"
     8 @echo "***********************************"
    44 @echo "Buildung stx/libjava/libs
     9 @echo "Buildung stx/libjava/libs
    45 @echo "***********************************"
    10 @echo "***********************************"
    46 @cd libs
    11 @cd libs
    53 @cd tools
    18 @cd tools
    54 @call lccmake %1 %2
    19 @call lccmake %1 %2
    55 @cd ..
    20 @cd ..
    56 
    21 
    57 @echo "***********************************"
    22 @echo "***********************************"
    58 @echo "Buildung stx/libjava/startup
    23 @echo "Buildung stx/libjava/experiments
    59 @echo "***********************************"
    24 @echo "***********************************"
    60 @cd startup
    25 @cd experiments
    61 @call lccmake %1 %2
    26 @call lccmake %1 %2
    62 @cd ..
    27 @cd ..
    63 
    28 
    64 
    29