equal
deleted
inserted
replaced
9 rem Initial Contributors: |
9 rem Initial Contributors: |
10 rem Nokia Corporation - initial contribution. |
10 rem Nokia Corporation - initial contribution. |
11 rem |
11 rem |
12 rem Contributors: |
12 rem Contributors: |
13 rem |
13 rem |
14 rem Description: |
14 rem Description: Batch file to clean build photos components |
15 rem |
15 rem |
16 |
16 |
17 |
|
18 |
|
19 ECHO "Running ABLD reallyclean" |
17 ECHO "Running ABLD reallyclean" |
20 call abld reallyclean |
18 call abld reallyclean -k |
21 ECHO "Removing Gallery files (glx*.*)" |
19 ECHO "Removing Gallery files (glx*.*)" |
22 call del /F /S %EPOCROOT%epoc32\glx*.* |
20 call del /F /S %EPOCROOT%epoc32\glx*.* |
23 ECHO "Removing Slideshow files (shw*.*)" |
21 ECHO "Removing Slideshow files (shw*.*)" |
24 call del /F /S %EPOCROOT%epoc32\shw*.* |
22 call del /F /S %EPOCROOT%epoc32\shw*.* |
25 ECHO "Removing Gallery test files (t_*glx*.*)" |
23 ECHO "Removing Gallery test files (t_*glx*.*)" |