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

This commit is contained in:
Werner Lemberg 2005-11-11 16:20:59 +00:00
parent 21ed634e8e
commit f2c5330a86
2 changed files with 4 additions and 0 deletions

View File

@ -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 <cbiesinger@web.de>
* builds/beos/beos.mk: Call beos-def.mk before anything else to

View File

@ -57,8 +57,10 @@ ifneq ($(EXPORTS_LIST),)
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)