tools/baserom.bat
changeset 42 e81b4e28b3e2
equal deleted inserted replaced
41:4a2ffd3562a3 42:e81b4e28b3e2
       
     1 @REM baserom.bat
       
     2 @REM 
       
     3 @REM Copyright (c) 2010 Accenture. All rights reserved.
       
     4 @REM This component and the accompanying materials are made available
       
     5 @REM under the terms of the "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 Accenture - Initial contribution
       
    11 @REM
       
    12 @echo off
       
    13 set script=%0%
       
    14 set script=%script:.bat=%
       
    15 perl -Swx "%script%" %*
       
    16