/[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.2 by wl, Fri Nov 11 15:59:33 2005 UTC revision 1.3 by wl, Fri Nov 11 16:20:59 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.
61    $(EXPORTS_LIST): $(APINAMES_EXE) $(PUBLIC_HEADERS)    $(EXPORTS_LIST): $(APINAMES_EXE) $(PUBLIC_HEADERS)
62            $(subst /,$(SEP),$(APINAMES_EXE)) -o$@ $(APINAMES_OPTIONS) $(PUBLIC_HEADERS)            $(subst /,$(SEP),$(APINAMES_EXE)) -o$@ $(APINAMES_OPTIONS) $(PUBLIC_HEADERS)
63              @echo TT_RunIns >> $(EXPORTS_LIST)
64    
65    $(PROJECT_LIBRARY): $(EXPORTS_LIST)    $(PROJECT_LIBRARY): $(EXPORTS_LIST)
66    

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

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