* src/{otvalid,sfnt}/Jamfile: Add missing targets for multi build by jam
This commit is contained in:
parent
70f4cff19d
commit
815e186f1a
|
@ -1,3 +1,10 @@
|
||||||
|
2008-09-21 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||||
|
|
||||||
|
* src/otvalid/Jamfile: Add missing target `otvmath' for multi build
|
||||||
|
by jam.
|
||||||
|
* src/sfnt/Jamfile: Add missing target `ttmtx' for multi build by
|
||||||
|
jam.
|
||||||
|
|
||||||
2008-09-20 Werner Lemberg <wl@gnu.org>
|
2008-09-20 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
* src/smooth/ftgrays.c (gray_find_cell): Fix threshold. The values
|
* src/smooth/ftgrays.c (gray_find_cell): Fix threshold. The values
|
||||||
|
|
|
@ -16,7 +16,7 @@ SubDir FT2_TOP $(FT2_SRC_DIR) otvalid ;
|
||||||
|
|
||||||
if $(FT2_MULTI)
|
if $(FT2_MULTI)
|
||||||
{
|
{
|
||||||
_sources = otvbase otvcommn otvgdef otvgpos otvgsub otvjstf otvmod ;
|
_sources = otvbase otvcommn otvgdef otvgpos otvgsub otvjstf otvmod otvmath ;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
|
@ -16,7 +16,7 @@ SubDir FT2_TOP $(FT2_SRC_DIR) sfnt ;
|
||||||
|
|
||||||
if $(FT2_MULTI)
|
if $(FT2_MULTI)
|
||||||
{
|
{
|
||||||
_sources = sfobjs sfdriver ttcmap ttpost ttload ttsbit ttkern ttbdf ;
|
_sources = sfobjs sfdriver ttcmap ttmtx ttpost ttload ttsbit ttkern ttbdf ;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue