Update contrib.
2 @rem Copyright (c) 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".
9 @rem Initial Contributors:
10 @rem Nokia Corporation - initial contribution.
19 if "%2"=="rel" goto err
20 if "%2"=="REL" goto err
21 if "%2"=="deb" goto err
22 if "%2"=="DEB" goto err
24 if "%1"=="wins" set _destdir=\epoc32\release\wins\%2\z\system\templates\word\
25 if "%1"=="WINS" set _destdir=\epoc32\release\wins\%2\z\system\templates\word\
26 if "%1"=="marm" set _destdir=\epoc32\release\marm\%2\
27 if "%1"=="MARM" set _destdir=\epoc32\release\marm\%2\
29 if "%3"=="" set _lang=uk
34 copy blank.uk %_destdir%"Blank document"
38 copy *.%_lang% %_destdir%*.%_lang%
42 echo Usage: bld [plat] [var] [lang]
43 echo var should be udeb/urel
47 echo Templates copied to %_destdir%