equal
deleted
inserted
replaced
17 @echo on |
17 @echo on |
18 |
18 |
19 |
19 |
20 echo Setting up mediatorstub... |
20 echo Setting up mediatorstub... |
21 pushd ..\stub\group |
21 pushd ..\stub\group |
22 call bldmake bldfiles |
22 REM call bldmake bldfiles |
23 call abld test reallyclean |
23 REM call abld test reallyclean |
24 call abld test build |
24 call sbs -c armv5.test REALLYCLEAN |
|
25 call sbs -c winscw.test REALLYCLEAN |
|
26 REM call abld test build |
|
27 call sbs -c armv5.test |
|
28 call sbs -c winscw.test |
25 popd |
29 popd |
26 @echo Setting up mediatorstub... Finished |
30 @echo Setting up mediatorstub... Finished |
27 |
31 |