bin/truclean.bat
author Dario Sestito <darios@symbian.org>
Thu, 10 Jun 2010 11:06:18 +0100
changeset 256 578dff671e26
parent 255 stubs/truclean.bat@87a39e76ac33
child 257 171a870d4d52
permissions -rw-r--r--
Rename 'stubs' as 'bin' as this is more appropriate

@REM Copyright (c) 2009 Symbian Foundation Ltd
@REM This component and the accompanying materials are made available
@REM under the terms of the License "Eclipse Public License v1.0"
@REM which accompanies this distribution, and is available
@REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
@REM
@REM Initial Contributors:
@REM Symbian Foundation Ltd - initial contribution.
@REM
@REM Contributors:
@REM
@REM Description:
@REM Invokes the tool by call to the related interpreter

@SETLOCAL
@IF NOT "%PDT_HOME%"=="" (
SET UTILITIES_HOME=%PDT_HOME%\utilities
) ELSE (
SET UTILITIES_HOME=%~dp0\..
)

@perl %UTILITIES_HOME%\uh_parser\truclean.pl %*

@ENDLOCAL