ref: 815e186f1a7da17d688611942b9915c2d58da5be
parent: 70f4cff19d0b555cf4a217de6cd114af750dddcf
author: Suzuki, Toshiya (鈴木俊哉) <[email protected]>
date: Sun Sep 21 14:33:57 EDT 2008
* src/{otvalid,sfnt}/Jamfile: Add missing targets for multi build by jam
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-09-21 suzuki toshiya <[email protected]>
+
+ * 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 <[email protected]>
* src/smooth/ftgrays.c (gray_find_cell): Fix threshold. The values
--- a/src/otvalid/Jamfile
+++ b/src/otvalid/Jamfile
@@ -16,7 +16,7 @@
if $(FT2_MULTI)
{
- _sources = otvbase otvcommn otvgdef otvgpos otvgsub otvjstf otvmod ;
+ _sources = otvbase otvcommn otvgdef otvgpos otvgsub otvjstf otvmod otvmath ;
}
else
{
--- a/src/sfnt/Jamfile
+++ b/src/sfnt/Jamfile
@@ -16,7 +16,7 @@
if $(FT2_MULTI)
{
- _sources = sfobjs sfdriver ttcmap ttpost ttload ttsbit ttkern ttbdf ;
+ _sources = sfobjs sfdriver ttcmap ttmtx ttpost ttload ttsbit ttkern ttbdf ;
}
else
{