predictivesearch/sis/cenrep_winscw.bat
changeset 0 e686773b3f54
equal deleted inserted replaced
-1:000000000000 0:e686773b3f54
       
     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 
       
    17 @echo off
       
    18 set /p userin= What is your release [3.2/5.0]? :
       
    19 set tmp_path=%PATH%
       
    20 set path=\epoc32\tools\cenrep;%PATH%
       
    21 FOR /R "." %%i IN (cenrep.bat) DO set curdrive=%%~di
       
    22 \epoc32\tools\cenrep\generate_cenrep_inifile.pl -r %userin% -d ..\adapters\contacts\cenrep -f 4
       
    23 \epoc32\tools\cenrep\generate_cenrep_inifile.pl -r %userin% -d ..\PcsAlgorithm\Algorithm1\cenrep -f 4
       
    24 
       
    25 copy 2000B5C6.txt \epoc32\release\winscw\UDEB\Z\private\10202be9\2000B5C6.txt 
       
    26 copy 2000B5C5.txt \epoc32\release\winscw\UDEB\Z\private\10202be9\2000B5C5.txt 
       
    27 
       
    28 set path=%tmp_path%