forked from minhngoc25a/freetype2
updating Jamfiles to build otlayout / gxlayout correctly
This commit is contained in:
parent
928f559b72
commit
1e2fec02b6
1
Jamfile
1
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
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue