# HG changeset patch # User William Roberts # Date 1242906121 -3600 # Node ID 6c316454a43bac1aef17dbce85f52a6d82479c3f # Parent ba33815114d6b0cbca8ea0faf9869518a97454b3 Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts diff -r ba33815114d6 -r 6c316454a43b fontsupport/fontutils/FontUtils/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fontsupport/fontutils/FontUtils/group/bld.inf Thu May 21 12:42:01 2009 +0100 @@ -0,0 +1,22 @@ +/* +* Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of the License "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Bldmake component description file for the FontUtils component +* +*/ + +PRJ_MMPFILES +#ifndef TOOLS + FontUtils.mmp +#endif + diff -r ba33815114d6 -r 6c316454a43b fontsupport/group/bld.inf --- a/fontsupport/group/bld.inf Thu Jan 07 13:25:09 2010 +0200 +++ b/fontsupport/group/bld.inf Thu May 21 12:42:01 2009 +0100 @@ -17,4 +17,4 @@ #include "../fontprovider/Group/bld.inf" -#include "../fontutils/group/bld.inf" +#include "../fontutils/FontUtils/group/bld.inf"