os/graphics/printingservices/printerdrivers/general/GENERAL.BAT
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/printingservices/printerdrivers/general/GENERAL.BAT	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,37 @@
     1.4 +REM GENERAL.BAT
     1.5 +REM Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +REM All rights reserved.
     1.7 +REM This component and the accompanying materials are made available
     1.8 +REM under the terms of "Eclipse Public License v1.0"
     1.9 +REM which accompanies this distribution, and is available
    1.10 +REM at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +REM 
    1.12 +REM Initial Contributors:
    1.13 +REM Nokia Corporation - initial contribution.
    1.14 +REM 
    1.15 +REM Contributors:
    1.16 +REM 
    1.17 +REM Description:
    1.18 +REM 
    1.19 +del general.pdr
    1.20 +
    1.21 +set _par1=%1
    1.22 +if "%1"=="" set _par1=ENGLISH
    1.23 +if "%1"=="english" set _par1=ENGLISH
    1.24 +if "%1"=="german" set _par1=GERMAN
    1.25 +if "%1"=="french" set _par1=FRENCH
    1.26 +if "%1"=="dutch" set _par1=DUTCH
    1.27 +if "%1"=="italian" set _par1=ITALIAN
    1.28 +if "%1"=="spanish" set _par1=SPANISH
    1.29 +
    1.30 +call cl /P /EP /D "_%_par1%" general.pd 
    1.31 +
    1.32 +pdrtran general.i general.pdr
    1.33 +
    1.34 +rem del *.i
    1.35 +
    1.36 +copy general.pdr \epoc32\release\wins\urel\z\system\printers
    1.37 +copy general.pdr \epoc32\release\wins\udeb\z\system\printers
    1.38 +copy general.pdr \epoc32\release\marm\urel\general.pdr
    1.39 +copy general.pdr \epoc32\release\marm\udeb\general.pdr
    1.40 +