s/vcmake.bat
changeset 268 ee1fd4a6e836
parent 203 05be338e59fe
child 279 af5ed3f190d4
equal deleted inserted replaced
267:5c032df036a4 268:ee1fd4a6e836
    18 
    18 
    19 
    19 
    20 @echo "***********************************"
    20 @echo "***********************************"
    21 @echo "Buildung jv/calipel/s/stx
    21 @echo "Buildung jv/calipel/s/stx
    22 @echo "***********************************"
    22 @echo "***********************************"
    23 @cd stx
    23 @pushd stx
    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 jv/calipel/s/tests
    28 @echo "Buildung jv/calipel/s/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 @echo "***********************************"
    34 @echo "***********************************"
    35 @echo "Buildung jv/calipel/s/benchmarks/micro
    35 @echo "Buildung jv/calipel/s/benchmarks/micro
    36 @echo "***********************************"
    36 @echo "***********************************"
    37 @cd benchmarks\micro
    37 @pushd benchmarks\micro
    38 @call vcmake %1 %2
    38 @call vcmake %1 %2 || exit /b "%errorlevel%"
    39 @cd ..\..
    39 @popd
    40 
    40 
    41 @echo "***********************************"
    41 @echo "***********************************"
    42 @echo "Buildung jv/calipel/s/benchmarks/game
    42 @echo "Buildung jv/calipel/s/benchmarks/game
    43 @echo "***********************************"
    43 @echo "***********************************"
    44 @cd benchmarks\game
    44 @pushd benchmarks\game
    45 @call vcmake %1 %2
    45 @call vcmake %1 %2 || exit /b "%errorlevel%"
    46 @cd ..\..
    46 @popd
    47 
    47 
    48 
    48