sl@0: REM CANON.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 canon.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%" canon.pd sl@0: sl@0: pdrtran canon.i canon.pdr sl@0: sl@0: rem del *.i sl@0: sl@0: copy canon.pdr \epoc32\release\wins\urel\z\system\printers\canon.pdr sl@0: copy canon.pdr \epoc32\release\wins\udeb\z\system\printers\canon.pdr sl@0: copy canon.pdr \epoc32\release\marm\urel\canon.pdr sl@0: copy canon.pdr \epoc32\release\marm\udeb\canon.pdr sl@0: