sl@0
|
1 |
REM GENERAL.BAT
|
sl@0
|
2 |
REM Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
3 |
REM All rights reserved.
|
sl@0
|
4 |
REM This component and the accompanying materials are made available
|
sl@0
|
5 |
REM under the terms of "Eclipse Public License v1.0"
|
sl@0
|
6 |
REM which accompanies this distribution, and is available
|
sl@0
|
7 |
REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
8 |
REM
|
sl@0
|
9 |
REM Initial Contributors:
|
sl@0
|
10 |
REM Nokia Corporation - initial contribution.
|
sl@0
|
11 |
REM
|
sl@0
|
12 |
REM Contributors:
|
sl@0
|
13 |
REM
|
sl@0
|
14 |
REM Description:
|
sl@0
|
15 |
REM
|
sl@0
|
16 |
del general.pdr
|
sl@0
|
17 |
|
sl@0
|
18 |
set _par1=%1
|
sl@0
|
19 |
if "%1"=="" set _par1=ENGLISH
|
sl@0
|
20 |
if "%1"=="english" set _par1=ENGLISH
|
sl@0
|
21 |
if "%1"=="german" set _par1=GERMAN
|
sl@0
|
22 |
if "%1"=="french" set _par1=FRENCH
|
sl@0
|
23 |
if "%1"=="dutch" set _par1=DUTCH
|
sl@0
|
24 |
if "%1"=="italian" set _par1=ITALIAN
|
sl@0
|
25 |
if "%1"=="spanish" set _par1=SPANISH
|
sl@0
|
26 |
|
sl@0
|
27 |
call cl /P /EP /D "_%_par1%" general.pd
|
sl@0
|
28 |
|
sl@0
|
29 |
pdrtran general.i general.pdr
|
sl@0
|
30 |
|
sl@0
|
31 |
rem del *.i
|
sl@0
|
32 |
|
sl@0
|
33 |
copy general.pdr \epoc32\release\wins\urel\z\system\printers
|
sl@0
|
34 |
copy general.pdr \epoc32\release\wins\udeb\z\system\printers
|
sl@0
|
35 |
copy general.pdr \epoc32\release\marm\urel\general.pdr
|
sl@0
|
36 |
copy general.pdr \epoc32\release\marm\udeb\general.pdr
|
sl@0
|
37 |
|