2008-03-06 23:11:30 +01:00
|
|
|
//
|
|
|
|
// FreeType 2 project for the symbian platform
|
|
|
|
//
|
|
|
|
|
2019-02-23 10:07:09 +01:00
|
|
|
// Copyright (C) 2008-2019 by
|
2008-03-06 23:11:30 +01:00
|
|
|
// David Turner, Robert Wilhelm, and Werner Lemberg.
|
|
|
|
//
|
|
|
|
// This file is part of the FreeType project, and may only be used, modified,
|
|
|
|
// and distributed under the terms of the FreeType project license,
|
|
|
|
// LICENSE.TXT. By continuing to use, modify, or distribute this file you
|
|
|
|
// indicate that you have read the license and understand and accept it
|
|
|
|
// fully.
|
|
|
|
|
2008-02-29 08:14:38 +01:00
|
|
|
PRJ_PLATFORMS
|
|
|
|
DEFAULT
|
|
|
|
|
|
|
|
PRJ_MMPFILES
|
|
|
|
freetype.mmp
|
|
|
|
|
|
|
|
PRJ_EXPORTS
|
Another adjustment to header locations.
This change is a result of a discussion thread on freetype-devel
http://lists.nongnu.org/archive/html/freetype-devel/2015-06/msg00041.html
Re-introduce the `freetype2' subdirectory for all FreeType header
files after installation, and rename the `freetype2' subdirectory in
the git repository to `freetype'.
* include/freetype2: Renamed to...
* include/freetype: This.
* CMakeLists.txt (PUBLIC_HEADERS, PUBLIC_CONFIG_HEADERS,
PRIVATE_HEADERS): Updated.
Update creation of `ftconfig.h'.
Install generated `ftconfig.h'.
* Jamfile (HDRMACRO, RefDoc), autogen.sh: Updated.
* builds/amiga/include/config/ftconfig.h, builds/freetype.mk
(PUBLIC_DIR), builds/symbian/bld.inf, builds/toplevel.mk (work),
builds/unix/freetype2.in: Updated.
* builds/unix/freetype-config.in: Updated.
* builds/unix/configure.raw: Don't check for `rmdir'.
* builds/unix/unix-def.in (DELDIR): Use `rm -rf', which is portable
according to the autoconf info manual.
* builds/unix/install.mk (install, uninstall,
distclean_project_unix): Update and simplify.
* builds/wince/*, builds/windows/*: Updated.
* devel/ft2build.h, include/ft2build.h: Updated.
* include/freetype2/config/ftheader.h,
include/freetype2/internal/ftserv.h,
include/freetype2/internal/internal.h: Update all header file
macros.
* src/tools/chktrcmp.py (TRACE_DEF_FILES): Updated.
* docs/*: Updated.
2015-06-25 13:04:57 +02:00
|
|
|
../../include/freetype/ft2build.h
|
|
|
|
../../include/freetype/config/ftconfig.h config/ftconfig.h
|
|
|
|
../../include/freetype/config/ftheader.h config/ftheader.h
|
|
|
|
../../include/freetype/config/ftmodule.h config/ftmodule.h
|
|
|
|
../../include/freetype/config/ftoption.h config/ftoption.h
|
|
|
|
../../include/freetype/config/ftstdlib.h config/ftstdlib.h
|
|
|
|
../../include/freetype/freetype.h freetype.h
|
2017-12-06 23:17:23 +01:00
|
|
|
../../include/freetype/ftadvanc.h ftadvanc.h
|
|
|
|
../../include/freetype/ftautoh.h ftautoh.h
|
Another adjustment to header locations.
This change is a result of a discussion thread on freetype-devel
http://lists.nongnu.org/archive/html/freetype-devel/2015-06/msg00041.html
Re-introduce the `freetype2' subdirectory for all FreeType header
files after installation, and rename the `freetype2' subdirectory in
the git repository to `freetype'.
* include/freetype2: Renamed to...
* include/freetype: This.
* CMakeLists.txt (PUBLIC_HEADERS, PUBLIC_CONFIG_HEADERS,
PRIVATE_HEADERS): Updated.
Update creation of `ftconfig.h'.
Install generated `ftconfig.h'.
* Jamfile (HDRMACRO, RefDoc), autogen.sh: Updated.
* builds/amiga/include/config/ftconfig.h, builds/freetype.mk
(PUBLIC_DIR), builds/symbian/bld.inf, builds/toplevel.mk (work),
builds/unix/freetype2.in: Updated.
* builds/unix/freetype-config.in: Updated.
* builds/unix/configure.raw: Don't check for `rmdir'.
* builds/unix/unix-def.in (DELDIR): Use `rm -rf', which is portable
according to the autoconf info manual.
* builds/unix/install.mk (install, uninstall,
distclean_project_unix): Update and simplify.
* builds/wince/*, builds/windows/*: Updated.
* devel/ft2build.h, include/ft2build.h: Updated.
* include/freetype2/config/ftheader.h,
include/freetype2/internal/ftserv.h,
include/freetype2/internal/internal.h: Update all header file
macros.
* src/tools/chktrcmp.py (TRACE_DEF_FILES): Updated.
* docs/*: Updated.
2015-06-25 13:04:57 +02:00
|
|
|
../../include/freetype/ftbbox.h ftbbox.h
|
|
|
|
../../include/freetype/ftbdf.h ftbdf.h
|
|
|
|
../../include/freetype/ftbitmap.h ftbitmap.h
|
2017-12-06 23:17:23 +01:00
|
|
|
../../include/freetype/ftbzip2.h ftbzip2.h
|
Another adjustment to header locations.
This change is a result of a discussion thread on freetype-devel
http://lists.nongnu.org/archive/html/freetype-devel/2015-06/msg00041.html
Re-introduce the `freetype2' subdirectory for all FreeType header
files after installation, and rename the `freetype2' subdirectory in
the git repository to `freetype'.
* include/freetype2: Renamed to...
* include/freetype: This.
* CMakeLists.txt (PUBLIC_HEADERS, PUBLIC_CONFIG_HEADERS,
PRIVATE_HEADERS): Updated.
Update creation of `ftconfig.h'.
Install generated `ftconfig.h'.
* Jamfile (HDRMACRO, RefDoc), autogen.sh: Updated.
* builds/amiga/include/config/ftconfig.h, builds/freetype.mk
(PUBLIC_DIR), builds/symbian/bld.inf, builds/toplevel.mk (work),
builds/unix/freetype2.in: Updated.
* builds/unix/freetype-config.in: Updated.
* builds/unix/configure.raw: Don't check for `rmdir'.
* builds/unix/unix-def.in (DELDIR): Use `rm -rf', which is portable
according to the autoconf info manual.
* builds/unix/install.mk (install, uninstall,
distclean_project_unix): Update and simplify.
* builds/wince/*, builds/windows/*: Updated.
* devel/ft2build.h, include/ft2build.h: Updated.
* include/freetype2/config/ftheader.h,
include/freetype2/internal/ftserv.h,
include/freetype2/internal/internal.h: Update all header file
macros.
* src/tools/chktrcmp.py (TRACE_DEF_FILES): Updated.
* docs/*: Updated.
2015-06-25 13:04:57 +02:00
|
|
|
../../include/freetype/ftcache.h ftcache.h
|
2017-12-06 23:17:23 +01:00
|
|
|
../../include/freetype/ftcffdrv.h ftcffdrv.h
|
Another adjustment to header locations.
This change is a result of a discussion thread on freetype-devel
http://lists.nongnu.org/archive/html/freetype-devel/2015-06/msg00041.html
Re-introduce the `freetype2' subdirectory for all FreeType header
files after installation, and rename the `freetype2' subdirectory in
the git repository to `freetype'.
* include/freetype2: Renamed to...
* include/freetype: This.
* CMakeLists.txt (PUBLIC_HEADERS, PUBLIC_CONFIG_HEADERS,
PRIVATE_HEADERS): Updated.
Update creation of `ftconfig.h'.
Install generated `ftconfig.h'.
* Jamfile (HDRMACRO, RefDoc), autogen.sh: Updated.
* builds/amiga/include/config/ftconfig.h, builds/freetype.mk
(PUBLIC_DIR), builds/symbian/bld.inf, builds/toplevel.mk (work),
builds/unix/freetype2.in: Updated.
* builds/unix/freetype-config.in: Updated.
* builds/unix/configure.raw: Don't check for `rmdir'.
* builds/unix/unix-def.in (DELDIR): Use `rm -rf', which is portable
according to the autoconf info manual.
* builds/unix/install.mk (install, uninstall,
distclean_project_unix): Update and simplify.
* builds/wince/*, builds/windows/*: Updated.
* devel/ft2build.h, include/ft2build.h: Updated.
* include/freetype2/config/ftheader.h,
include/freetype2/internal/ftserv.h,
include/freetype2/internal/internal.h: Update all header file
macros.
* src/tools/chktrcmp.py (TRACE_DEF_FILES): Updated.
* docs/*: Updated.
2015-06-25 13:04:57 +02:00
|
|
|
../../include/freetype/ftcid.h ftcid.h
|
|
|
|
../../include/freetype/fterrdef.h fterrdef.h
|
|
|
|
../../include/freetype/fterrors.h fterrors.h
|
|
|
|
../../include/freetype/ftfntfmt.h ftfntfmt.h
|
|
|
|
../../include/freetype/ftgasp.h ftgasp.h
|
|
|
|
../../include/freetype/ftglyph.h ftglyph.h
|
|
|
|
../../include/freetype/ftgxval.h ftgxval.h
|
|
|
|
../../include/freetype/ftgzip.h ftgzip.h
|
|
|
|
../../include/freetype/ftimage.h ftimage.h
|
|
|
|
../../include/freetype/ftincrem.h ftincrem.h
|
|
|
|
../../include/freetype/ftlcdfil.h ftlcdfil.h
|
|
|
|
../../include/freetype/ftlist.h ftlist.h
|
|
|
|
../../include/freetype/ftlzw.h ftlzw.h
|
|
|
|
../../include/freetype/ftmac.h ftmac.h
|
|
|
|
../../include/freetype/ftmm.h ftmm.h
|
|
|
|
../../include/freetype/ftmodapi.h ftmodapi.h
|
|
|
|
../../include/freetype/ftmoderr.h ftmoderr.h
|
|
|
|
../../include/freetype/ftotval.h ftotval.h
|
|
|
|
../../include/freetype/ftoutln.h ftoutln.h
|
2017-12-06 23:17:23 +01:00
|
|
|
../../include/freetype/ftparams.h ftparams.h
|
|
|
|
../../include/freetype/ftpcfdrv.h ftpcfdrv.h
|
Another adjustment to header locations.
This change is a result of a discussion thread on freetype-devel
http://lists.nongnu.org/archive/html/freetype-devel/2015-06/msg00041.html
Re-introduce the `freetype2' subdirectory for all FreeType header
files after installation, and rename the `freetype2' subdirectory in
the git repository to `freetype'.
* include/freetype2: Renamed to...
* include/freetype: This.
* CMakeLists.txt (PUBLIC_HEADERS, PUBLIC_CONFIG_HEADERS,
PRIVATE_HEADERS): Updated.
Update creation of `ftconfig.h'.
Install generated `ftconfig.h'.
* Jamfile (HDRMACRO, RefDoc), autogen.sh: Updated.
* builds/amiga/include/config/ftconfig.h, builds/freetype.mk
(PUBLIC_DIR), builds/symbian/bld.inf, builds/toplevel.mk (work),
builds/unix/freetype2.in: Updated.
* builds/unix/freetype-config.in: Updated.
* builds/unix/configure.raw: Don't check for `rmdir'.
* builds/unix/unix-def.in (DELDIR): Use `rm -rf', which is portable
according to the autoconf info manual.
* builds/unix/install.mk (install, uninstall,
distclean_project_unix): Update and simplify.
* builds/wince/*, builds/windows/*: Updated.
* devel/ft2build.h, include/ft2build.h: Updated.
* include/freetype2/config/ftheader.h,
include/freetype2/internal/ftserv.h,
include/freetype2/internal/internal.h: Update all header file
macros.
* src/tools/chktrcmp.py (TRACE_DEF_FILES): Updated.
* docs/*: Updated.
2015-06-25 13:04:57 +02:00
|
|
|
../../include/freetype/ftpfr.h ftpfr.h
|
|
|
|
../../include/freetype/ftrender.h ftrender.h
|
|
|
|
../../include/freetype/ftsizes.h ftsizes.h
|
|
|
|
../../include/freetype/ftsnames.h ftsnames.h
|
|
|
|
../../include/freetype/ftstroke.h ftstroke.h
|
|
|
|
../../include/freetype/ftsynth.h ftsynth.h
|
|
|
|
../../include/freetype/ftsystem.h ftsystem.h
|
2017-12-06 23:17:23 +01:00
|
|
|
../../include/freetype/ftt1drv.h ftt1drv.h
|
Another adjustment to header locations.
This change is a result of a discussion thread on freetype-devel
http://lists.nongnu.org/archive/html/freetype-devel/2015-06/msg00041.html
Re-introduce the `freetype2' subdirectory for all FreeType header
files after installation, and rename the `freetype2' subdirectory in
the git repository to `freetype'.
* include/freetype2: Renamed to...
* include/freetype: This.
* CMakeLists.txt (PUBLIC_HEADERS, PUBLIC_CONFIG_HEADERS,
PRIVATE_HEADERS): Updated.
Update creation of `ftconfig.h'.
Install generated `ftconfig.h'.
* Jamfile (HDRMACRO, RefDoc), autogen.sh: Updated.
* builds/amiga/include/config/ftconfig.h, builds/freetype.mk
(PUBLIC_DIR), builds/symbian/bld.inf, builds/toplevel.mk (work),
builds/unix/freetype2.in: Updated.
* builds/unix/freetype-config.in: Updated.
* builds/unix/configure.raw: Don't check for `rmdir'.
* builds/unix/unix-def.in (DELDIR): Use `rm -rf', which is portable
according to the autoconf info manual.
* builds/unix/install.mk (install, uninstall,
distclean_project_unix): Update and simplify.
* builds/wince/*, builds/windows/*: Updated.
* devel/ft2build.h, include/ft2build.h: Updated.
* include/freetype2/config/ftheader.h,
include/freetype2/internal/ftserv.h,
include/freetype2/internal/internal.h: Update all header file
macros.
* src/tools/chktrcmp.py (TRACE_DEF_FILES): Updated.
* docs/*: Updated.
2015-06-25 13:04:57 +02:00
|
|
|
../../include/freetype/fttrigon.h fttrigon.h
|
2017-12-06 23:17:23 +01:00
|
|
|
../../include/freetype/ftttdrv.h ftttdrv.h
|
Another adjustment to header locations.
This change is a result of a discussion thread on freetype-devel
http://lists.nongnu.org/archive/html/freetype-devel/2015-06/msg00041.html
Re-introduce the `freetype2' subdirectory for all FreeType header
files after installation, and rename the `freetype2' subdirectory in
the git repository to `freetype'.
* include/freetype2: Renamed to...
* include/freetype: This.
* CMakeLists.txt (PUBLIC_HEADERS, PUBLIC_CONFIG_HEADERS,
PRIVATE_HEADERS): Updated.
Update creation of `ftconfig.h'.
Install generated `ftconfig.h'.
* Jamfile (HDRMACRO, RefDoc), autogen.sh: Updated.
* builds/amiga/include/config/ftconfig.h, builds/freetype.mk
(PUBLIC_DIR), builds/symbian/bld.inf, builds/toplevel.mk (work),
builds/unix/freetype2.in: Updated.
* builds/unix/freetype-config.in: Updated.
* builds/unix/configure.raw: Don't check for `rmdir'.
* builds/unix/unix-def.in (DELDIR): Use `rm -rf', which is portable
according to the autoconf info manual.
* builds/unix/install.mk (install, uninstall,
distclean_project_unix): Update and simplify.
* builds/wince/*, builds/windows/*: Updated.
* devel/ft2build.h, include/ft2build.h: Updated.
* include/freetype2/config/ftheader.h,
include/freetype2/internal/ftserv.h,
include/freetype2/internal/internal.h: Update all header file
macros.
* src/tools/chktrcmp.py (TRACE_DEF_FILES): Updated.
* docs/*: Updated.
2015-06-25 13:04:57 +02:00
|
|
|
../../include/freetype/fttypes.h fttypes.h
|
|
|
|
../../include/freetype/ftwinfnt.h ftwinfnt.h
|
|
|
|
../../include/freetype/t1tables.h t1tables.h
|
|
|
|
../../include/freetype/ttnameid.h ttnameid.h
|
|
|
|
../../include/freetype/tttables.h tttables.h
|
|
|
|
../../include/freetype/tttags.h tttags.h
|