lccmake.bat
branchdevelopment
changeset 2711 a00302fe5083
parent 2708 648286432b9a
child 2713 d87e89dd5276
equal deleted inserted replaced
2710:78c4f4a03914 2711:a00302fe5083
     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 "***********************************"
     8 @echo "***********************************"
     9 @echo "Buildung stx/libjava/tools
     9 @echo "Buildung stx/libjava/examples/tomcat6
    10 @echo "***********************************"
    10 @echo "***********************************"
    11 @cd tools
    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
    12 @call lccmake %1 %2
    19 @call lccmake %1 %2
    13 @cd ..
    20 @cd ..
    14 
    21 
    15 @echo "***********************************"
    22 @echo "***********************************"
    16 @echo "Buildung stx/libjava/experiments
    23 @echo "Buildung stx/libjava/experiments
    17 @echo "***********************************"
    24 @echo "***********************************"
    18 @cd experiments
    25 @cd experiments
    19 @call lccmake %1 %2
    26 @call lccmake %1 %2
    20 @cd ..
    27 @cd ..
    21 
    28 
       
    29 @echo "***********************************"
       
    30 @echo "Buildung stx/libjava/examples
       
    31 @echo "***********************************"
       
    32 @cd examples
       
    33 @call lccmake %1 %2
       
    34 @cd ..
    22 
    35 
       
    36 @echo "***********************************"
       
    37 @echo "Buildung stx/libjava/benchmarks
       
    38 @echo "***********************************"
       
    39 @cd benchmarks
       
    40 @call lccmake %1 %2
       
    41 @cd ..
       
    42 
       
    43 @echo "***********************************"
       
    44 @echo "Buildung stx/libjava/libs
       
    45 @echo "***********************************"
       
    46 @cd libs
       
    47 @call lccmake %1 %2
       
    48 @cd ..
       
    49 
       
    50 @echo "***********************************"
       
    51 @echo "Buildung stx/libjava/tools
       
    52 @echo "***********************************"
       
    53 @cd tools
       
    54 @call lccmake %1 %2
       
    55 @cd ..
       
    56 
       
    57 @echo "***********************************"
       
    58 @echo "Buildung stx/libjava/startup
       
    59 @echo "***********************************"
       
    60 @cd startup
       
    61 @call lccmake %1 %2
       
    62 @cd ..
       
    63 
       
    64