updating Jamfiles to build otlayout / gxlayout correctly

This commit is contained in:
David Turner 2004-04-05 22:24:24 +00:00
parent 928f559b72
commit 1e2fec02b6
2 changed files with 11 additions and 2 deletions

View File

@ -69,7 +69,6 @@ FT2_COMPONENTS ?= autofit # auto-fitter
cff # CFF/CEF font driver
cid # PostScript CID-keyed font driver
gzip # support for gzip-compressed files
lzw # support for LZW-compressed files
pcf # PCF font driver
pfr # PFR/TrueDoc font driver
psaux # common PostScript routines module

View File

@ -10,7 +10,17 @@ SubDir FT2_TOP $(FT2_SRC_DIR) gxlayout ;
if $(FT2_MULTI)
{
_sources = gxdriver gxload gxobjs gxlayout gxaccess gxfeatreg gxlfeatreg gxstatetbl gxlookuptbl gxvm gxutils
_sources = gxdriver
gxload
gxobjs
gxlayout
gxaccess
gxfeatreg
gxlfeatreg
gxstatetbl
gxlookuptbl
gxvm gxutils
;
}
else
{