diff --git a/Jamfile b/Jamfile index 0c2271f44..7ce800229 100644 --- a/Jamfile +++ b/Jamfile @@ -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 diff --git a/src/gxlayout/Jamfile b/src/gxlayout/Jamfile index 24bfe15e4..d9efa00ab 100644 --- a/src/gxlayout/Jamfile +++ b/src/gxlayout/Jamfile @@ -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 {