Update contrib.
2 # Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
4 # This component and the accompanying materials are made available
5 # under the terms of "Eclipse Public License v1.0"
6 # which accompanies this distribution, and is available
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 # Initial Contributors:
10 # Nokia Corporation - initial contribution.
19 !if "$(PLATFORM)"=="WINS" || "$(PLATFORM)"=="WINSCW"
20 TARGETDIR=$(EPOCROOT)EPOC32\RELEASE\$(PLATFORM)\$(CFG)\Z\Test
22 TARGETDIR=$(EPOCROOT)EPOC32\DATA\Z\System\Test
27 @perl -S emkdir.pl "$(TARGETDIR)"
29 FONTS=$(TARGETDIR)\TSECTION.GDR
31 TSECTION_BDF=$(FONTSRC)\TSECTION.BDF
32 TSECTION_GD=$(FONTSRC)\TSECTION.GD
34 $(TARGETDIR)\TSECTION.GDR : $(TSECTION_BDF) $(TSECTION_GD)
35 fnttran $(TSECTION_BDF) $(TSECTION_GD) $@
42 # The targets invoked by bld...
47 BLD : $(TARGETDIR) $(FONTS)