summaryrefslogtreecommitdiff
path: root/builds/symbian
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-06-25 13:04:57 +0200
committerWerner Lemberg <wl@gnu.org>2015-06-26 06:48:00 +0200
commit392cf22f8a5a281b8ebc56bf932e66da78f66410 (patch)
tree53158763d4e9c490d96351eac9dc1e6adbc8ef00 /builds/symbian
parent41bfbadcd3eaadc6b324fdd93c3adb185b048dbb (diff)
downloadfreetype2-392cf22f8a5a281b8ebc56bf932e66da78f66410.tar.gz
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.
Diffstat (limited to 'builds/symbian')
-rw-r--r--builds/symbian/bld.inf92
1 files changed, 46 insertions, 46 deletions
diff --git a/builds/symbian/bld.inf b/builds/symbian/bld.inf
index 4480d5037..b5aeb1e5b 100644
--- a/builds/symbian/bld.inf
+++ b/builds/symbian/bld.inf
@@ -18,49 +18,49 @@ PRJ_MMPFILES
freetype.mmp
PRJ_EXPORTS
-../../include/freetype2/ft2build.h
-../../include/freetype2/config/ftconfig.h config/ftconfig.h
-../../include/freetype2/config/ftheader.h config/ftheader.h
-../../include/freetype2/config/ftmodule.h config/ftmodule.h
-../../include/freetype2/config/ftoption.h config/ftoption.h
-../../include/freetype2/config/ftstdlib.h config/ftstdlib.h
-../../include/freetype2/freetype.h freetype.h
-../../include/freetype2/ftbbox.h ftbbox.h
-../../include/freetype2/ftbdf.h ftbdf.h
-../../include/freetype2/ftbitmap.h ftbitmap.h
-../../include/freetype2/ftcache.h ftcache.h
-../../include/freetype2/ftcid.h ftcid.h
-../../include/freetype2/fterrdef.h fterrdef.h
-../../include/freetype2/fterrors.h fterrors.h
-../../include/freetype2/ftfntfmt.h ftfntfmt.h
-../../include/freetype2/ftgasp.h ftgasp.h
-../../include/freetype2/ftglyph.h ftglyph.h
-../../include/freetype2/ftgxval.h ftgxval.h
-../../include/freetype2/ftgzip.h ftgzip.h
-../../include/freetype2/ftbzip2.h ftbzip2.h
-../../include/freetype2/ftimage.h ftimage.h
-../../include/freetype2/ftincrem.h ftincrem.h
-../../include/freetype2/ftlcdfil.h ftlcdfil.h
-../../include/freetype2/ftlist.h ftlist.h
-../../include/freetype2/ftlzw.h ftlzw.h
-../../include/freetype2/ftmac.h ftmac.h
-../../include/freetype2/ftmm.h ftmm.h
-../../include/freetype2/ftmodapi.h ftmodapi.h
-../../include/freetype2/ftmoderr.h ftmoderr.h
-../../include/freetype2/ftotval.h ftotval.h
-../../include/freetype2/ftoutln.h ftoutln.h
-../../include/freetype2/ftpfr.h ftpfr.h
-../../include/freetype2/ftrender.h ftrender.h
-../../include/freetype2/ftsizes.h ftsizes.h
-../../include/freetype2/ftsnames.h ftsnames.h
-../../include/freetype2/ftstroke.h ftstroke.h
-../../include/freetype2/ftsynth.h ftsynth.h
-../../include/freetype2/ftsystem.h ftsystem.h
-../../include/freetype2/fttrigon.h fttrigon.h
-../../include/freetype2/fttypes.h fttypes.h
-../../include/freetype2/ftwinfnt.h ftwinfnt.h
-../../include/freetype2/t1tables.h t1tables.h
-../../include/freetype2/ttnameid.h ttnameid.h
-../../include/freetype2/tttables.h tttables.h
-../../include/freetype2/tttags.h tttags.h
-../../include/freetype2/ttunpat.h ttunpat.h
+../../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
+../../include/freetype/ftbbox.h ftbbox.h
+../../include/freetype/ftbdf.h ftbdf.h
+../../include/freetype/ftbitmap.h ftbitmap.h
+../../include/freetype/ftcache.h ftcache.h
+../../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/ftbzip2.h ftbzip2.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
+../../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
+../../include/freetype/fttrigon.h fttrigon.h
+../../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
+../../include/freetype/ttunpat.h ttunpat.h