summaryrefslogtreecommitdiff
path: root/src/autofit/Jamfile
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-06-21 19:12:12 +0200
committerWerner Lemberg <wl@gnu.org>2015-06-21 19:12:12 +0200
commit31d97df99fb8c7f52d19d675b8d497753f719594 (patch)
tree7db068d74a7e1725f05bac7aee4585e32ce6387d /src/autofit/Jamfile
parent5025ed7b008385c767ff2f878c1decd740b060d3 (diff)
downloadfreetype2-31d97df99fb8c7f52d19d675b8d497753f719594.tar.gz
Make Jam support work again.
This is just very basic stuff and just a little bit tested on GNU/Linux only. I won't delve into this since I'm not a Jam user. * Jamfile: Call `HDRMACRO' for `ftserv.h' also. (DEFINES): Replace with... (CCFLAGS): ... this. * src/Jamfile: Don't call `HDRMACRO' for `internal.h'; this is already handled in the top-level Jamfile. * src/autofit/Jamfile (DEFINES): Replace with... (CCFLAGS): ... this. (_sources): Add missing files. * src/cache/Jamfile: Don't call `HDRMACRO' for `ftcache.h'; it no longer contains macro header definitions. * src/base/Jamfile, src/cff/Jamfile, src/sfnt/Jamfile, src/truetype/Jamfile (_sources): Add missing files.
Diffstat (limited to 'src/autofit/Jamfile')
-rw-r--r--src/autofit/Jamfile18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/autofit/Jamfile b/src/autofit/Jamfile
index 6600a3447..5cd0b4610 100644
--- a/src/autofit/Jamfile
+++ b/src/autofit/Jamfile
@@ -17,11 +17,25 @@ SubDir FT2_TOP src autofit ;
# define FT2_AUTOFIT2 to enable experimental latin hinter replacement
if $(FT2_AUTOFIT2)
{
- DEFINES += FT_OPTION_AUTOFIT2 ;
+ CCFLAGS += FT_OPTION_AUTOFIT2 ;
}
if $(FT2_MULTI)
{
- _sources = afangles afglobal afhints aflatin afcjk afindic afloader afmodule afdummy afwarp afpic ;
+ _sources = afangles
+ afblue
+ afcjk
+ afdummy
+ afglobal
+ afhints
+ afindic
+ aflatin
+ afloader
+ afmodule
+ afpic
+ afranges
+ afwarp
+ hbshim
+ ;
if $(FT2_AUTOFIT2)
{