shithub: freetype+ttf2subf

Download patch

ref: f2c5330a86b17cd2bb5ff53945a16765200cb59e
parent: 21ed634e8e6d9adbbb0dcd406638e06789129158
author: Werner Lemberg <[email protected]>
date: Fri Nov 11 11:20:59 EST 2005

* builds/exports.mk ($(EXPORTS_LIST)): Add TT_RunIns.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
 	* src/autofit/afangles.c, src/autofit/aftypes.h (af_angle_diff):
 	Comment out.  Unused.
 
+	* builds/exports.mk ($(EXPORTS_LIST)): Add TT_RunIns.
+
 2005-11-10  Christian Biesinger  <[email protected]>
 
 	* builds/beos/beos.mk: Call beos-def.mk before anything else to
--- a/builds/exports.mk
+++ b/builds/exports.mk
@@ -57,8 +57,10 @@
 
   symbols_list: $(EXPORTS_LIST)
 
+  # We manually add TT_RunIns to the API which is needed by TT debuggers.
   $(EXPORTS_LIST): $(APINAMES_EXE) $(PUBLIC_HEADERS)
 	  $(subst /,$(SEP),$(APINAMES_EXE)) -o$@ $(APINAMES_OPTIONS) $(PUBLIC_HEADERS)
+	  @echo TT_RunIns >> $(EXPORTS_LIST)
 
   $(PROJECT_LIBRARY): $(EXPORTS_LIST)