equal
deleted
inserted
replaced
|
1 rem |
|
2 rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 rem All rights reserved. |
|
4 rem This component and the accompanying materials are made available |
|
5 rem under the terms of "Eclipse Public License v1.0" |
|
6 rem which accompanies this distribution, and is available |
|
7 rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 rem |
|
9 rem Initial Contributors: |
|
10 rem Nokia Corporation - initial contribution. |
|
11 rem |
|
12 rem Contributors: |
|
13 rem |
|
14 rem Description: Batch file to clean build photos components |
|
15 rem |
|
16 |
|
17 ECHO "Running ABLD reallyclean" |
|
18 call abld reallyclean -k |
|
19 ECHO "Removing Gallery files (glx*.*)" |
|
20 call del /F /S %EPOCROOT%epoc32\glx*.* |
|
21 ECHO "Removing Slideshow files (shw*.*)" |
|
22 call del /F /S %EPOCROOT%epoc32\shw*.* |
|
23 ECHO "Removing Gallery test files (t_*glx*.*)" |
|
24 call del /F /S %EPOCROOT%epoc32\t_*glx*.* |
|
25 ECHO "Removing Slideshow test files (t_*shw*.*)" |
|
26 call del /F /S %EPOCROOT%epoc32\t_*shw*.* |
|
27 ECHO "Removing Build directory, and object files in there" |
|
28 call del /F /S /Q %EPOCROOT%epoc32\BUILD\Photos\*.* |
|
29 call rmdir /S /Q %EPOCROOT%epoc32\BUILD\Photos |