comparison src/Make_os2.mak @ 221:7fd4b5df33be

updated for version 7.0062
author vimboss
date Sun, 20 Mar 2005 22:37:15 +0000
parents e8f07016e34d
children eb531146be0e
comparison
equal deleted inserted replaced
220:01e77186b20a 221:7fd4b5df33be
69 option.o \ 69 option.o \
70 quickfix.o \ 70 quickfix.o \
71 regexp.o \ 71 regexp.o \
72 screen.o \ 72 screen.o \
73 search.o \ 73 search.o \
74 spell.o \
74 syntax.o \ 75 syntax.o \
75 tag.o \ 76 tag.o \
76 term.o \ 77 term.o \
77 ui.o \ 78 ui.o \
78 undo.o \ 79 undo.o \
139 option.o: option.c $(INCL) 140 option.o: option.c $(INCL)
140 quickfix.o: quickfix.c $(INCL) 141 quickfix.o: quickfix.c $(INCL)
141 regexp.o: regexp.c $(INCL) 142 regexp.o: regexp.c $(INCL)
142 screen.o: screen.c $(INCL) 143 screen.o: screen.c $(INCL)
143 search.o: search.c $(INCL) 144 search.o: search.c $(INCL)
145 spell.o: spell.c $(INCL)
144 syntax.o: syntax.c $(INCL) 146 syntax.o: syntax.c $(INCL)
145 tag.o: tag.c $(INCL) 147 tag.o: tag.c $(INCL)
146 term.o: term.c $(INCL) 148 term.o: term.c $(INCL)
147 ui.o: ui.c $(INCL) 149 ui.o: ui.c $(INCL)
148 undo.o: undo.c $(INCL) 150 undo.o: undo.c $(INCL)