--- a/mediator/tsrc/public/basic/group/envsetup.cmd Thu Oct 14 12:47:54 2010 +0300
+++ b/mediator/tsrc/public/basic/group/envsetup.cmd Sat Oct 30 22:20:20 2010 +0300
@@ -19,9 +19,13 @@
echo Setting up mediatorstub...
pushd ..\stub\group
-call bldmake bldfiles
-call abld test reallyclean
-call abld test build
+REM call bldmake bldfiles
+REM call abld test reallyclean
+call sbs -c armv5.test REALLYCLEAN
+call sbs -c winscw.test REALLYCLEAN
+REM call abld test build
+call sbs -c armv5.test
+call sbs -c winscw.test
popd
@echo Setting up mediatorstub... Finished