sl@0: @rem sl@0: @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: @rem All rights reserved. sl@0: @rem This component and the accompanying materials are made available sl@0: @rem under the terms of "Eclipse Public License v1.0" sl@0: @rem which accompanies this distribution, and is available sl@0: @rem at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: @rem sl@0: @rem Initial Contributors: sl@0: @rem Nokia Corporation - initial contribution. sl@0: @rem sl@0: @rem Contributors: sl@0: @rem sl@0: @rem Description: sl@0: @rem sl@0: @echo off sl@0: goto b%1 sl@0: :b sl@0: :bdeb sl@0: set _where_=\Epoc32\Release\WINS\DEB sl@0: goto doit sl@0: :brel sl@0: set _where_=\Epoc32\Release\WINS\REL sl@0: goto doit sl@0: :budeb sl@0: set _where_=\Epoc32\Release\WINS\UDEB sl@0: goto doit sl@0: :burel sl@0: set _where_=\Epoc32\Release\WINS\UREL sl@0: :doit sl@0: sl@0: echo \STDLIB\TSTLIB\STDLIB2K... sl@0: %_where_%\ESTLIB2K sl@0: if errorlevel 1 pause sl@0: sl@0: echo \STDLIB\TSTLIB\TTIME... sl@0: %_where_%\TTIME sl@0: if errorlevel 1 pause sl@0: sl@0: echo \STDLIB\TSTLIB\TFILES... sl@0: %_where_%\TFILES sl@0: if errorlevel 1 pause sl@0: sl@0: echo \STDLIB\TSTLIB\THELLO... sl@0: %_where_%\THELLO sl@0: if errorlevel 1 pause sl@0: sl@0: echo \STDLIB\TSTLIB\TMISC... sl@0: %_where_%\TMISC sl@0: if errorlevel 1 pause sl@0: sl@0: echo \STDLIB\TSTLIB\TMISC2... sl@0: %_where_%\TMISC2 sl@0: if errorlevel 1 pause sl@0: sl@0: echo \STDLIB\TSTLIB\TDIRS... sl@0: %_where_%\TDIRS sl@0: if errorlevel 1 pause sl@0: sl@0: echo \STDLIB\TSTLIB\TMTHREAD... sl@0: %_where_%\TMTHREAD sl@0: if errorlevel 1 pause sl@0: sl@0: REM echo \STDLIB\TSTLIB\TLSTREAM... sl@0: REM %_where_%\TLSTREAM sl@0: REM if errorlevel 1 pause sl@0: sl@0: echo \STDLIB\TSTLIB\TISTREAM... sl@0: %_where_%\TISTREAM sl@0: if errorlevel 1 pause sl@0: sl@0: echo \STDLIB\TSTLIB\TPIPE2... sl@0: %_where_%\TPIPE2 sl@0: if errorlevel 1 pause sl@0: sl@0: echo \STDLIB\TSTLIB\TCANCEL... sl@0: %_where_%\TCANCEL sl@0: if errorlevel 1 pause sl@0: sl@0: echo \STDLIB\TSTLIB\TWFILES... sl@0: %_where_%\TWFILES sl@0: if errorlevel 1 pause sl@0: sl@0: echo \STDLIB\TSTLIB\TWDIRS... sl@0: %_where_%\TWDIRS sl@0: if errorlevel 1 pause sl@0: sl@0: set _where_= sl@0: