sl@0: REM GENERAL.BAT
sl@0: REM Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0: REM All rights reserved.
sl@0: REM This component and the accompanying materials are made available
sl@0: REM under the terms of "Eclipse Public License v1.0"
sl@0: REM which accompanies this distribution, and is available
sl@0: REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0: REM 
sl@0: REM Initial Contributors:
sl@0: REM Nokia Corporation - initial contribution.
sl@0: REM 
sl@0: REM Contributors:
sl@0: REM 
sl@0: REM Description:
sl@0: REM 
sl@0: del general.pdr
sl@0: 
sl@0: set _par1=%1
sl@0: if "%1"=="" set _par1=ENGLISH
sl@0: if "%1"=="english" set _par1=ENGLISH
sl@0: if "%1"=="german" set _par1=GERMAN
sl@0: if "%1"=="french" set _par1=FRENCH
sl@0: if "%1"=="dutch" set _par1=DUTCH
sl@0: if "%1"=="italian" set _par1=ITALIAN
sl@0: if "%1"=="spanish" set _par1=SPANISH
sl@0: 
sl@0: call cl /P /EP /D "_%_par1%" general.pd 
sl@0: 
sl@0: pdrtran general.i general.pdr
sl@0: 
sl@0: rem del *.i
sl@0: 
sl@0: copy general.pdr \epoc32\release\wins\urel\z\system\printers
sl@0: copy general.pdr \epoc32\release\wins\udeb\z\system\printers
sl@0: copy general.pdr \epoc32\release\marm\urel\general.pdr
sl@0: copy general.pdr \epoc32\release\marm\udeb\general.pdr
sl@0: