accessoryservices/accessorymonitor/tsrc/public/basic/group/envsetup.cmd
branchRCL_3
changeset 9 21e939dd208a
parent 0 4e1aa6a622a0
equal deleted inserted replaced
8:8d1d8440b626 9:21e939dd208a
    17 @echo on
    17 @echo on
    18 
    18 
    19 
    19 
    20 @echo Cleaning accfwuinotifier...
    20 @echo Cleaning accfwuinotifier...
    21 pushd \sf\mw\appsupport\coreapplicationuis\accfwuinotifier\group\
    21 pushd \sf\mw\appsupport\coreapplicationuis\accfwuinotifier\group\
    22 call bldmake bldfiles
    22 REM call bldmake bldfiles
    23 call abld reallyclean
    23 REM call abld reallyclean
       
    24 call sbs -c armv5 REALLYCLEAN
       
    25 call sbs -c winscw REALLYCLEAN
    24 popd
    26 popd
    25 @echo Cleaning accfwuinotifier... Finished
    27 @echo Cleaning accfwuinotifier... Finished
    26 
    28 
    27 @echo Cleaning accessoryadaptation...
    29 @echo Cleaning accessoryadaptation...
    28 pushd \ncp_sw\corecom\modemadaptation_ext\adaptationlayer_ext\systemadaptation\group\
    30 pushd \ncp_sw\corecom\modemadaptation_ext\adaptationlayer_ext\systemadaptation\group\
    29 call bldmake bldfiles
    31 REM call bldmake bldfiles
    30 call abld clean armv5 accessoryadaptation
    32 REM call abld clean armv5 accessoryadaptation
       
    33 call sbs -p accessoryadaptation -c armv5 CLEAN
    31 popd
    34 popd
    32 @echo Cleaning accessoryadaptation... Finished
    35 @echo Cleaning accessoryadaptation... Finished
    33 
    36 
    34 @echo Setting up stubs...
    37 @echo Setting up stubs...
    35 pushd ..\stubs\group\
    38 pushd ..\stubs\group\
    36 call bldmake bldfiles
    39 REM call bldmake bldfiles
    37 call abld test reallyclean
    40 REM call abld test reallyclean
    38 call abld test build
    41 call sbs -c armv5.test REALLYCLEAN
       
    42 call sbs -c winscw.test REALLYCLEAN
       
    43 REM call abld test build
       
    44 call sbs -c armv5.test
       
    45 call sbs -c winscw.test
    39 popd
    46 popd
    40 @echo Setting up stubs... Finished
    47 @echo Setting up stubs... Finished