fontsupport/fontutils/FontUtils/group/bld.inf
author William Roberts <williamr@symbian.org>
Wed, 14 Apr 2010 17:29:53 +0100
branchRCL_3
changeset 40 339384d855fb
parent 4 6c316454a43b
permissions -rw-r--r--
Move the export of iby files into fontutils\FontUtils\group\bld.inf, to fix Bug 2098
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
/*
40
339384d855fb Move the export of iby files into fontutils\FontUtils\group\bld.inf, to fix Bug 2098
William Roberts <williamr@symbian.org>
parents: 4
diff changeset
     2
* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
4
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
* All rights reserved.
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
* under the terms of the License "Eclipse Public License v1.0"
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
*
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
* Initial Contributors:
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
*
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
* Contributors:
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
*
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
* Description:  Bldmake component description file for the FontUtils component
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
*
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
*/
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
40
339384d855fb Move the export of iby files into fontutils\FontUtils\group\bld.inf, to fix Bug 2098
William Roberts <williamr@symbian.org>
parents: 4
diff changeset
    18
PRJ_EXPORTS
339384d855fb Move the export of iby files into fontutils\FontUtils\group\bld.inf, to fix Bug 2098
William Roberts <williamr@symbian.org>
parents: 4
diff changeset
    19
339384d855fb Move the export of iby files into fontutils\FontUtils\group\bld.inf, to fix Bug 2098
William Roberts <williamr@symbian.org>
parents: 4
diff changeset
    20
// Export IBY files
339384d855fb Move the export of iby files into fontutils\FontUtils\group\bld.inf, to fix Bug 2098
William Roberts <williamr@symbian.org>
parents: 4
diff changeset
    21
../../rom/FontUtils.iby                              CORE_MW_LAYER_IBY_EXPORT_PATH(FontUtils.iby)
339384d855fb Move the export of iby files into fontutils\FontUtils\group\bld.inf, to fix Bug 2098
William Roberts <williamr@symbian.org>
parents: 4
diff changeset
    22
../../rom/fonts_variant.iby                          CUSTOMER_MW_LAYER_IBY_EXPORT_PATH(fonts_variant.iby)
339384d855fb Move the export of iby files into fontutils\FontUtils\group\bld.inf, to fix Bug 2098
William Roberts <williamr@symbian.org>
parents: 4
diff changeset
    23
4
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
PRJ_MMPFILES
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
#ifndef TOOLS
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
  FontUtils.mmp
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    27
#endif
6c316454a43b Workaround for Bug 26 - don't use the bld.inf which installs the Monotype rasteriser and fonts
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28