os/ossrv/genericopenlibs/cstdlib/TSTLIB/RUN.CMD
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
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
@echo off
sl@0
    17
goto b%1
sl@0
    18
:b
sl@0
    19
:bdeb
sl@0
    20
set _where_=\Epoc32\Release\WINS\DEB
sl@0
    21
goto doit
sl@0
    22
:brel
sl@0
    23
set _where_=\Epoc32\Release\WINS\REL
sl@0
    24
goto doit
sl@0
    25
:budeb
sl@0
    26
set _where_=\Epoc32\Release\WINS\UDEB
sl@0
    27
goto doit
sl@0
    28
:burel
sl@0
    29
set _where_=\Epoc32\Release\WINS\UREL
sl@0
    30
:doit
sl@0
    31
sl@0
    32
echo \STDLIB\TSTLIB\STDLIB2K...
sl@0
    33
%_where_%\ESTLIB2K
sl@0
    34
if errorlevel 1 pause
sl@0
    35
sl@0
    36
echo \STDLIB\TSTLIB\TTIME...
sl@0
    37
%_where_%\TTIME
sl@0
    38
if errorlevel 1 pause
sl@0
    39
sl@0
    40
echo \STDLIB\TSTLIB\TFILES...
sl@0
    41
%_where_%\TFILES
sl@0
    42
if errorlevel 1 pause
sl@0
    43
sl@0
    44
echo \STDLIB\TSTLIB\THELLO...
sl@0
    45
%_where_%\THELLO
sl@0
    46
if errorlevel 1 pause
sl@0
    47
sl@0
    48
echo \STDLIB\TSTLIB\TMISC...
sl@0
    49
%_where_%\TMISC
sl@0
    50
if errorlevel 1 pause
sl@0
    51
sl@0
    52
echo \STDLIB\TSTLIB\TMISC2...
sl@0
    53
%_where_%\TMISC2
sl@0
    54
if errorlevel 1 pause
sl@0
    55
sl@0
    56
echo \STDLIB\TSTLIB\TDIRS...
sl@0
    57
%_where_%\TDIRS
sl@0
    58
if errorlevel 1 pause
sl@0
    59
sl@0
    60
echo \STDLIB\TSTLIB\TMTHREAD...
sl@0
    61
%_where_%\TMTHREAD
sl@0
    62
if errorlevel 1 pause
sl@0
    63
sl@0
    64
REM echo \STDLIB\TSTLIB\TLSTREAM...
sl@0
    65
REM %_where_%\TLSTREAM
sl@0
    66
REM if errorlevel 1 pause
sl@0
    67
sl@0
    68
echo \STDLIB\TSTLIB\TISTREAM...
sl@0
    69
%_where_%\TISTREAM
sl@0
    70
if errorlevel 1 pause
sl@0
    71
sl@0
    72
echo \STDLIB\TSTLIB\TPIPE2...
sl@0
    73
%_where_%\TPIPE2
sl@0
    74
if errorlevel 1 pause
sl@0
    75
sl@0
    76
echo \STDLIB\TSTLIB\TCANCEL...
sl@0
    77
%_where_%\TCANCEL
sl@0
    78
if errorlevel 1 pause
sl@0
    79
sl@0
    80
echo \STDLIB\TSTLIB\TWFILES...
sl@0
    81
%_where_%\TWFILES
sl@0
    82
if errorlevel 1 pause
sl@0
    83
sl@0
    84
echo \STDLIB\TSTLIB\TWDIRS...
sl@0
    85
%_where_%\TWDIRS
sl@0
    86
if errorlevel 1 pause
sl@0
    87
sl@0
    88
set _where_=
sl@0
    89