* Jamfile: small fix to ensure that ftexport.sym is placed in the

same location than other generated objects (i.e. within the 'objs'
        directory of the current dir)
This commit is contained in:
David Turner 2005-12-14 16:38:31 +00:00
parent 5b5f382b7d
commit 8def3c897f
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,10 @@
Note that this doesn't force auto-hinting for all fonts however.
* Jamfile: small fix to ensure that ftexport.sym is placed in the
same location than other generated objects (i.e. within the 'objs'
directory of the current dir)
2005-12-07 Werner Lemberg <wl@gnu.org>
* src/sfnt/sfobjc.c (sfnt_init_face): Move tag check to...

View File

@ -158,6 +158,8 @@ rule GenExportSymbols
local apinames = apinames$(SUFEXE) ;
local headers = [ Glob $(2) : *.h ] ;
LOCATE on $(1) = $(ALL_LOCATE_TARGET) ;
APINAMES on $(1) = apinames$(SUFEXE) ;
Depends $(1) : $(apinames) $(headers) ;