sl@0
|
1 |
@rem
|
sl@0
|
2 |
@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
@rem All rights reserved.
|
sl@0
|
4 |
@rem This component and the accompanying materials are made available
|
sl@0
|
5 |
@rem under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
@rem which accompanies this distribution, and is available
|
sl@0
|
7 |
@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
@rem
|
sl@0
|
9 |
@rem Initial Contributors:
|
sl@0
|
10 |
@rem Nokia Corporation - initial contribution.
|
sl@0
|
11 |
@rem
|
sl@0
|
12 |
@rem Contributors:
|
sl@0
|
13 |
@rem
|
sl@0
|
14 |
@rem Description:
|
sl@0
|
15 |
@rem
|
sl@0
|
16 |
|
sl@0
|
17 |
@echo off
|
sl@0
|
18 |
|
sl@0
|
19 |
del %TEMP%\epocwind.out
|
sl@0
|
20 |
|
sl@0
|
21 |
%EPOCROOT%epoc32\release\winscw\urel\t_alterpc.exe
|
sl@0
|
22 |
copy %TEMP%\epocwind.out t_alter.txt
|
sl@0
|
23 |
rem t_comp depends on t_bench
|
sl@0
|
24 |
%EPOCROOT%epoc32\release\winscw\urel\t_benchpc.exe
|
sl@0
|
25 |
copy %TEMP%\epocwind.out t_bench.txt
|
sl@0
|
26 |
%EPOCROOT%epoc32\release\winscw\urel\t_comppc.exe
|
sl@0
|
27 |
copy %TEMP%\epocwind.out t_comp.txt
|
sl@0
|
28 |
|
sl@0
|
29 |
%EPOCROOT%epoc32\release\winscw\urel\t_bigpc.exe
|
sl@0
|
30 |
copy %TEMP%\epocwind.out t_big.txt
|
sl@0
|
31 |
%EPOCROOT%epoc32\release\winscw\urel\t_bugpc.exe
|
sl@0
|
32 |
copy %TEMP%\epocwind.out t_bug.txt
|
sl@0
|
33 |
%EPOCROOT%epoc32\release\winscw\urel\t_clientpc.exe
|
sl@0
|
34 |
copy %TEMP%\epocwind.out t_client.txt
|
sl@0
|
35 |
%EPOCROOT%epoc32\release\winscw\urel\t_dbmspc.exe
|
sl@0
|
36 |
copy %TEMP%\epocwind.out t_dbms.txt
|
sl@0
|
37 |
%EPOCROOT%epoc32\release\winscw\urel\t_dbmsscriptpc.exe
|
sl@0
|
38 |
copy %TEMP%\epocwind.out t_dbmsscript.txt
|
sl@0
|
39 |
%EPOCROOT%epoc32\release\winscw\urel\t_defectpc.exe
|
sl@0
|
40 |
copy %TEMP%\epocwind.out t_defect.txt
|
sl@0
|
41 |
%EPOCROOT%epoc32\release\winscw\urel\t_indexpc.exe
|
sl@0
|
42 |
copy %TEMP%\epocwind.out t_index.txt
|
sl@0
|
43 |
%EPOCROOT%epoc32\release\winscw\urel\t_longcolpc.exe
|
sl@0
|
44 |
copy %TEMP%\epocwind.out t_longcol.txt
|
sl@0
|
45 |
%EPOCROOT%epoc32\release\winscw\urel\t_windowpc.exe
|
sl@0
|
46 |
copy %TEMP%\epocwind.out t_window.txt
|
sl@0
|
47 |
|
sl@0
|
48 |
%EPOCROOT%epoc32\release\winscw\urel\t_failpc.exe
|
sl@0
|
49 |
copy %TEMP%\epocwind.out t_fail.txt
|
sl@0
|
50 |
%EPOCROOT%epoc32\release\winscw\urel\t_sqlpc.exe
|
sl@0
|
51 |
copy %TEMP%\epocwind.out t_sql.txt
|
sl@0
|
52 |
%EPOCROOT%epoc32\release\winscw\urel\t_limitpc.exe
|
sl@0
|
53 |
copy %TEMP%\epocwind.out t_limit.txt
|
sl@0
|
54 |
%EPOCROOT%epoc32\release\winscw\urel\t_transpc.exe
|
sl@0
|
55 |
copy %TEMP%\epocwind.out t_trans.txt
|
sl@0
|
56 |
%EPOCROOT%epoc32\release\winscw\urel\t_DbmsStrComppc.exe
|
sl@0
|
57 |
copy %TEMP%\epocwind.out t_dbmsstrcomp.txt
|
sl@0
|
58 |
%EPOCROOT%epoc32\release\winscw\urel\t_panicpc.exe
|
sl@0
|
59 |
copy %TEMP%\epocwind.out t_panic.txt
|