mediator/tsrc/public/basic/group/envsetup.cmd
changeset 83 11da52d4c847
parent 0 4e1aa6a622a0
equal deleted inserted replaced
78:3f0699f2e14c 83:11da52d4c847
    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