ref: 8def3c897f3dc31797796220c443fffd625e55dc
parent: 5b5f382b7d093e085d41be95cd73075acb5cd1a2
author: David Turner <[email protected]>
date: Wed Dec 14 11:38:31 EST 2005
* 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)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 <[email protected]>
* src/sfnt/sfobjc.c (sfnt_init_face): Move tag check to...
--- a/Jamfile
+++ b/Jamfile
@@ -158,6 +158,8 @@
local apinames = apinames$(SUFEXE) ;
local headers = [ Glob $(2) : *.h ] ;
+ LOCATE on $(1) = $(ALL_LOCATE_TARGET) ;
+
APINAMES on $(1) = apinames$(SUFEXE) ;
Depends $(1) : $(apinames) $(headers) ;