comparison src/Make_ro.mak @ 799:6beb2c667935

updated for version 7.0b
author vimboss
date Fri, 24 Mar 2006 22:21:52 +0000
parents 2df7f3a5eb96
children
comparison
equal deleted inserted replaced
798:95dac6af3b3a 799:6beb2c667935
11 11
12 ASMFLAGS = -throwback -objasm -gcc 12 ASMFLAGS = -throwback -objasm -gcc
13 13
14 OBJS = o.buffer o.charset o.diff o.digraph o.edit o.eval o.ex_cmds o.ex_cmds2 \ 14 OBJS = o.buffer o.charset o.diff o.digraph o.edit o.eval o.ex_cmds o.ex_cmds2 \
15 o.ex_docmd o.ex_eval o.ex_getln o.fileio o.fold o.getchar \ 15 o.ex_docmd o.ex_eval o.ex_getln o.fileio o.fold o.getchar \
16 o.hardcopy o.hashtable o.main o.mark o.mbyte \ 16 o.hardcopy o.hashtab o.main o.mark o.mbyte \
17 o.memfile o.memline o.menu o.message o.misc1 o.misc2 o.move \ 17 o.memfile o.memline o.menu o.message o.misc1 o.misc2 o.move \
18 o.normal o.ops o.option o.popupmenu o.quickfix o.regexp o.screen \ 18 o.normal o.ops o.option o.popupmnu o.quickfix o.regexp o.screen \
19 o.search \ 19 o.search \
20 o.spell o.syntax o.tag o.term o.termlib o.ui o.undo o.version \ 20 o.spell o.syntax o.tag o.term o.termlib o.ui o.undo o.version \
21 o.window o.os_riscos o.swis o.gui o.gui_riscos 21 o.window o.os_riscos o.swis o.gui o.gui_riscos
22 22
23 Vim: $(OBJS) 23 Vim: $(OBJS)
67 67
68 o.getchar: c.getchar 68 o.getchar: c.getchar
69 69
70 o.hardcopy: c.hardcopy 70 o.hardcopy: c.hardcopy
71 71
72 o.hashtable: c.hashtable 72 o.hashtab: c.hashtab
73 73
74 o.gui: c.gui 74 o.gui: c.gui
75 75
76 o.gui_riscos: c.gui_riscos 76 o.gui_riscos: c.gui_riscos
77 77
103 103
104 o.os_riscos: c.os_riscos 104 o.os_riscos: c.os_riscos
105 105
106 o.pty: c.pty 106 o.pty: c.pty
107 107
108 o.popupmenu: c.popupmenu 108 o.popupmnu: c.popupmnu
109 109
110 o.quickfix: c.quickfix 110 o.quickfix: c.quickfix
111 111
112 o.regexp: c.regexp 112 o.regexp: c.regexp
113 113