tools/fsh-buildsis.bat
changeset 15 6bb86f60191e
parent 4 c061fa280d92
equal deleted inserted replaced
14:4ab8c027df23 15:6bb86f60191e
       
     1 @REM fsh-buildsis.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
     1 @echo off
    12 @echo off
     2 set script=%0%
    13 set script=%0%
     3 set script=%script:.bat=%
    14 set script=%script:.bat=%
     4 perl -Swx "%script%" %*
    15 perl -Swx "%script%" %*
     5 
    16