printingservices/printerdrivers/general/GENERAL.BAT
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 REM GENERAL.BAT
       
     2 REM Copyright (c) 1995-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 del general.pdr
       
    17 
       
    18 set _par1=%1
       
    19 if "%1"=="" set _par1=ENGLISH
       
    20 if "%1"=="english" set _par1=ENGLISH
       
    21 if "%1"=="german" set _par1=GERMAN
       
    22 if "%1"=="french" set _par1=FRENCH
       
    23 if "%1"=="dutch" set _par1=DUTCH
       
    24 if "%1"=="italian" set _par1=ITALIAN
       
    25 if "%1"=="spanish" set _par1=SPANISH
       
    26 
       
    27 call cl /P /EP /D "_%_par1%" general.pd 
       
    28 
       
    29 pdrtran general.i general.pdr
       
    30 
       
    31 rem del *.i
       
    32 
       
    33 copy general.pdr \epoc32\release\wins\urel\z\system\printers
       
    34 copy general.pdr \epoc32\release\wins\udeb\z\system\printers
       
    35 copy general.pdr \epoc32\release\marm\urel\general.pdr
       
    36 copy general.pdr \epoc32\release\marm\udeb\general.pdr
       
    37