vcmake.bat
changeset 427 a7f5e6de19d2
parent 239 b7ad2c45f826
child 441 6f0eb79b3dda
child 502 1e45d3c96ec5
equal deleted inserted replaced
426:2a65c972b937 427:a7f5e6de19d2
    18 
    18 
    19 
    19 
    20 @echo "***********************************"
    20 @echo "***********************************"
    21 @echo "Buildung stx/goodies/petitparser/analyzer
    21 @echo "Buildung stx/goodies/petitparser/analyzer
    22 @echo "***********************************"
    22 @echo "***********************************"
    23 @cd analyzer
    23 @pushd analyzer
    24 @call vcmake %1 %2
    24 @call vcmake %1 %2 || exit /b "%errorlevel%"
    25 @cd ..
    25 @popd
    26 
    26 
    27 @echo "***********************************"
    27 @echo "***********************************"
    28 @echo "Buildung stx/goodies/petitparser/tests
    28 @echo "Buildung stx/goodies/petitparser/tests
    29 @echo "***********************************"
    29 @echo "***********************************"
    30 @cd tests
    30 @pushd tests
    31 @call vcmake %1 %2
    31 @call vcmake %1 %2 || exit /b "%errorlevel%"
    32 @cd ..
    32 @popd
    33 
    33 
    34 
    34