equal
deleted
inserted
replaced
|
1 @rem |
|
2 @rem Copyright (c) 2005-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 tfont.bat |
|
16 @rem |
|
17 |
|
18 echo off |
|
19 cl /P /EP tmisc1.gd |
|
20 ..\rel\fnttran tmisc1.i tmisc1.gdr |
|
21 cl /P /EP tmisc2.gd |
|
22 ..\rel\fnttran tmisc2.i tmisc2.gdr |
|
23 cl /P /EP tcrop.gd |
|
24 ..\rel\fnttran tcrop.i tcrop.gdr |
|
25 cl /P /EP tuncrop.gd |
|
26 ..\rel\fnttran tuncrop.i tuncrop.gdr |
|
27 fc /B tcrop.gdr tuncrop.gdr |
|
28 cl /P /EP tfail.gd |
|
29 ..\rel\fnttran tfail.i tfail.gdr |
|
30 cl /P /EP snow.gd |
|
31 ..\rel\fnttran snow.i snow.gdr |
|
32 del *.i |