/[freetype]/freetype2/builds/exports.mk
ViewVC logotype

Diff of /freetype2/builds/exports.mk

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by wl, Fri Nov 11 16:20:59 2005 UTC revision 1.4 by olvaffe, Thu Nov 17 01:53:07 2005 UTC
# Line 57  ifneq ($(EXPORTS_LIST),) Line 57  ifneq ($(EXPORTS_LIST),)
57    
58    symbols_list: $(EXPORTS_LIST)    symbols_list: $(EXPORTS_LIST)
59    
60    # We manually add TT_RunIns to the API which is needed by TT debuggers.    # We manually add TT_New_Context and TT_RunIns, which are needed by TT
61      # debuggers, to the EXPORTS_LIST.
62      #
63    $(EXPORTS_LIST): $(APINAMES_EXE) $(PUBLIC_HEADERS)    $(EXPORTS_LIST): $(APINAMES_EXE) $(PUBLIC_HEADERS)
64            $(subst /,$(SEP),$(APINAMES_EXE)) -o$@ $(APINAMES_OPTIONS) $(PUBLIC_HEADERS)            $(subst /,$(SEP),$(APINAMES_EXE)) -o$@ $(APINAMES_OPTIONS) $(PUBLIC_HEADERS)
65              @echo TT_New_Context >> $(EXPORTS_LIST)
66            @echo TT_RunIns >> $(EXPORTS_LIST)            @echo TT_RunIns >> $(EXPORTS_LIST)
67    
68    $(PROJECT_LIBRARY): $(EXPORTS_LIST)    $(PROJECT_LIBRARY): $(EXPORTS_LIST)

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26