sl@0: @rem sl@0: @rem Copyright (c) 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: @echo off sl@0: if "%1"=="" goto err sl@0: if "%2"=="" goto err sl@0: if "%2"=="rel" goto err sl@0: if "%2"=="REL" goto err sl@0: if "%2"=="deb" goto err sl@0: if "%2"=="DEB" goto err sl@0: sl@0: if "%1"=="wins" set _destdir=\epoc32\release\wins\%2\z\system\templates\word\ sl@0: if "%1"=="WINS" set _destdir=\epoc32\release\wins\%2\z\system\templates\word\ sl@0: if "%1"=="marm" set _destdir=\epoc32\release\marm\%2\ sl@0: if "%1"=="MARM" set _destdir=\epoc32\release\marm\%2\ sl@0: set _lang=%3 sl@0: if "%3"=="" set _lang=uk sl@0: sl@0: goto %1 sl@0: sl@0: :wins sl@0: copy blank.uk %_destdir%"Blank document" sl@0: goto home sl@0: sl@0: :marm sl@0: copy *.%_lang% %_destdir%*.%_lang% sl@0: goto home sl@0: sl@0: :err sl@0: echo Usage: bld [plat] [var] [lang] sl@0: echo var should be udeb/urel sl@0: goto end sl@0: sl@0: :home sl@0: echo Templates copied to %_destdir% sl@0: sl@0: :end sl@0: set _destdir= sl@0: set _lang=