pictographs/AknPictograph/group/AknPictographBitmapsBuild.cmd
author MattD <mattd@symbian.org>
Tue, 15 Dec 2009 19:35:15 +0000
changeset 12 3c2f0f832045
parent 0 05e9090e2422
permissions -rw-r--r--
Another skin generation 'fix'. Exporting the scalables60skin content like the other skins (changeset 80be58896cab Bug 1410 ). Hopefully this means that We don't get the problem with $(EXTENSION_ROOT) which we have been. This really needs a proper fix by someone more experienced with FLMs.

@echo off
rem
rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
rem All rights reserved.
rem This component and the accompanying materials are made available
rem under the terms of "Eclipse Public License v1.0"
rem which accompanies this distribution, and is available
rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
rem
rem Initial Contributors:
rem Nokia Corporation - initial contribution.
rem
rem Contributors:
rem
rem Description:
rem
@echo on
@echo off
rem %1 is rom_type: xip/non_xip
rem %2 is parent directory of AknPictograph
rem %3 is targetdir for final mbm files

cd .\..\tools\AknPictoBitmapBuilder\group&&^
bldmake bldfiles&&^
abld build winscw urel&&^
cd .\..\..\..\group&&^
echo Building pictograph bitmaps...&&^
echo \epoc32\release\winscw\urel\AknPictoBitmapBuilder.exe  -Dnogui -D_epoc_drive_a=%~dp2 -- 1&&^
\epoc32\release\winscw\urel\AknPictoBitmapBuilder.exe  -Dnogui -D_epoc_drive_a=%~dp2 -- 1&&^
.\..\generated\buildbitmaps.cmd %1 %2 %3