mirror of https://github.com/freetype/freetype
* builds/symbian/bld.inf: Updated.
This commit is contained in:
parent
ed7f091323
commit
b85ff56417
|
@ -1,3 +1,7 @@
|
|||
2017-12-06 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/symbian/bld.inf: Updated.
|
||||
|
||||
2017-12-06 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
New header file `ftparams.h' that collects all parameter tags.
|
||||
|
|
|
@ -25,10 +25,14 @@ PRJ_EXPORTS
|
|||
../../include/freetype/config/ftoption.h config/ftoption.h
|
||||
../../include/freetype/config/ftstdlib.h config/ftstdlib.h
|
||||
../../include/freetype/freetype.h freetype.h
|
||||
../../include/freetype/ftadvanc.h ftadvanc.h
|
||||
../../include/freetype/ftautoh.h ftautoh.h
|
||||
../../include/freetype/ftbbox.h ftbbox.h
|
||||
../../include/freetype/ftbdf.h ftbdf.h
|
||||
../../include/freetype/ftbitmap.h ftbitmap.h
|
||||
../../include/freetype/ftbzip2.h ftbzip2.h
|
||||
../../include/freetype/ftcache.h ftcache.h
|
||||
../../include/freetype/ftcffdrv.h ftcffdrv.h
|
||||
../../include/freetype/ftcid.h ftcid.h
|
||||
../../include/freetype/fterrdef.h fterrdef.h
|
||||
../../include/freetype/fterrors.h fterrors.h
|
||||
|
@ -37,7 +41,6 @@ PRJ_EXPORTS
|
|||
../../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
|
||||
|
@ -49,6 +52,8 @@ PRJ_EXPORTS
|
|||
../../include/freetype/ftmoderr.h ftmoderr.h
|
||||
../../include/freetype/ftotval.h ftotval.h
|
||||
../../include/freetype/ftoutln.h ftoutln.h
|
||||
../../include/freetype/ftparams.h ftparams.h
|
||||
../../include/freetype/ftpcfdrv.h ftpcfdrv.h
|
||||
../../include/freetype/ftpfr.h ftpfr.h
|
||||
../../include/freetype/ftrender.h ftrender.h
|
||||
../../include/freetype/ftsizes.h ftsizes.h
|
||||
|
@ -56,11 +61,12 @@ PRJ_EXPORTS
|
|||
../../include/freetype/ftstroke.h ftstroke.h
|
||||
../../include/freetype/ftsynth.h ftsynth.h
|
||||
../../include/freetype/ftsystem.h ftsystem.h
|
||||
../../include/freetype/ftt1drv.h ftt1drv.h
|
||||
../../include/freetype/fttrigon.h fttrigon.h
|
||||
../../include/freetype/ftttdrv.h ftttdrv.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
|
||||
|
|
|
@ -49,6 +49,10 @@ sourcepath ..\..\src\bdf
|
|||
|
||||
source bdf.c
|
||||
|
||||
sourcepath ..\..\src\bzip2
|
||||
|
||||
source ftbzip2.c
|
||||
|
||||
sourcepath ..\..\src\cache
|
||||
|
||||
source ftcache.c
|
||||
|
@ -65,10 +69,6 @@ sourcepath ..\..\src\gzip
|
|||
|
||||
source ftgzip.c
|
||||
|
||||
sourcepath ..\..\src\bzip2
|
||||
|
||||
source ftbzip2.c
|
||||
|
||||
sourcepath ..\..\src\lzw
|
||||
|
||||
source ftlzw.c
|
||||
|
@ -126,12 +126,12 @@ systeminclude ..\..\include
|
|||
systeminclude \epoc32\include\stdapis
|
||||
userinclude ..\..\src\autofit
|
||||
userinclude ..\..\src\bdf
|
||||
userinclude ..\..\src\bzip2
|
||||
userinclude ..\..\src\cache
|
||||
userinclude ..\..\src\cff
|
||||
userinclude ..\..\src\cid
|
||||
userinclude ..\..\src\gxvalid
|
||||
userinclude ..\..\src\gzip
|
||||
userinclude ..\..\src\bzip2
|
||||
userinclude ..\..\src\lzw
|
||||
userinclude ..\..\src\otvalid
|
||||
userinclude ..\..\src\pcf
|
||||
|
|
Loading…
Reference in New Issue