sis/makeme.bat
changeset 0 671dee74050a
child 7 a5fbfefd615f
equal deleted inserted replaced
-1:000000000000 0:671dee74050a
       
     1 @rem
       
     2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 @rem All rights reserved.
       
     4 @rem This component and the accompanying materials are made available
       
     5 @rem under the terms of "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 Nokia Corporation - initial contribution.
       
    11 @rem
       
    12 @rem Contributors:
       
    13 @rem
       
    14 @rem Description: 
       
    15 @rem
       
    16 REM echo %EPOCROOT%
       
    17 set FOOBAR=%EPOCROOT%
       
    18 REM echo %FOOBAR%
       
    19 del centrep.sis
       
    20 del centrep.sisx
       
    21 makesis centrep.pkg centrep.sis
       
    22 signsis centrep.sis centrep.sisx rd.der rd.key
       
    23 
       
    24 REM Generate WatchDog.sisx
       
    25 cd ..\WatchDog\sis\
       
    26 call makeWatchDog.bat %1 %EPOCROOT%
       
    27 cd ..\..\sis\
       
    28 
       
    29 REM Generate CPiXSearch.sisx
       
    30 del CPiXSearch.pkg
       
    31 perl makeMe.pl %1 %EPOCROOT%
       
    32 del CPiXSearch.sis
       
    33 del CPiXSearch.sisx
       
    34 makesis CPiXSearch.pkg CPiXSearch.sis
       
    35 signsis CPiXSearch.sis CPiXSearch.sisx rd.der rd.key
       
    36 REM echo %EPOCROOT%
       
    37 set EPOCROOT=%FOOBAR%
       
    38 REM echo %EPOCROOT%
       
    39