comparison src/Makefile @ 18174:1ec6539cef68 v8.1.2082

patch 8.1.2082: some files have a weird name to fit in 8.3 characters Commit: https://github.com/vim/vim/commit/30e8e73506e4522ef4aebf7d525c0e6ffe8805fd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 27 13:08:36 2019 +0200 patch 8.1.2082: some files have a weird name to fit in 8.3 characters Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names.
author Bram Moolenaar <Bram@vim.org>
date Fri, 27 Sep 2019 13:15:03 +0200
parents 6e53d83e021d
children ef35a3a70c24
comparison
equal deleted inserted replaced
18173:f046fb05b08f 18174:1ec6539cef68
1636 ops.c \ 1636 ops.c \
1637 option.c \ 1637 option.c \
1638 optionstr.c \ 1638 optionstr.c \
1639 os_unix.c \ 1639 os_unix.c \
1640 auto/pathdef.c \ 1640 auto/pathdef.c \
1641 popupmnu.c \ 1641 popupmenu.c \
1642 popupwin.c \ 1642 popupwin.c \
1643 profiler.c \ 1643 profiler.c \
1644 pty.c \ 1644 pty.c \
1645 quickfix.c \ 1645 quickfix.c \
1646 regexp.c \ 1646 regexp.c \
1772 objects/ops.o \ 1772 objects/ops.o \
1773 objects/option.o \ 1773 objects/option.o \
1774 objects/optionstr.o \ 1774 objects/optionstr.o \
1775 objects/os_unix.o \ 1775 objects/os_unix.o \
1776 objects/pathdef.o \ 1776 objects/pathdef.o \
1777 objects/popupmnu.o \ 1777 objects/popupmenu.o \
1778 objects/popupwin.o \ 1778 objects/popupwin.o \
1779 objects/profiler.o \ 1779 objects/profiler.o \
1780 objects/pty.o \ 1780 objects/pty.o \
1781 objects/quickfix.o \ 1781 objects/quickfix.o \
1782 objects/regexp.o \ 1782 objects/regexp.o \
1933 ops.pro \ 1933 ops.pro \
1934 option.pro \ 1934 option.pro \
1935 optionstr.pro \ 1935 optionstr.pro \
1936 os_mac_conv.pro \ 1936 os_mac_conv.pro \
1937 os_unix.pro \ 1937 os_unix.pro \
1938 popupmnu.pro \ 1938 popupmenu.pro \
1939 popupwin.pro \ 1939 popupwin.pro \
1940 profiler.pro \ 1940 profiler.pro \
1941 pty.pro \ 1941 pty.pro \
1942 quickfix.pro \ 1942 quickfix.pro \
1943 regexp.pro \ 1943 regexp.pro \
3339 $(CCC) -o $@ winclip.c 3339 $(CCC) -o $@ winclip.c
3340 3340
3341 objects/pathdef.o: auto/pathdef.c 3341 objects/pathdef.o: auto/pathdef.c
3342 $(CCC) -o $@ auto/pathdef.c 3342 $(CCC) -o $@ auto/pathdef.c
3343 3343
3344 objects/popupmnu.o: popupmnu.c 3344 objects/popupmenu.o: popupmenu.c
3345 $(CCC) -o $@ popupmnu.c 3345 $(CCC) -o $@ popupmenu.c
3346 3346
3347 objects/popupwin.o: popupwin.c 3347 objects/popupwin.o: popupwin.c
3348 $(CCC) -o $@ popupwin.c 3348 $(CCC) -o $@ popupwin.c
3349 3349
3350 objects/profiler.o: profiler.c 3350 objects/profiler.o: profiler.c
3821 proto.h globals.h os_unixx.h 3821 proto.h globals.h os_unixx.h
3822 objects/pathdef.o: auto/pathdef.c vim.h protodef.h auto/config.h feature.h \ 3822 objects/pathdef.o: auto/pathdef.c vim.h protodef.h auto/config.h feature.h \
3823 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3823 os_unix.h auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3824 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3824 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3825 proto.h globals.h 3825 proto.h globals.h
3826 objects/popupmnu.o: popupmnu.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3826 objects/popupmenu.o: popupmenu.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3827 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3827 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \
3828 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \ 3828 proto/gui_beval.pro structs.h regexp.h gui.h alloc.h ex_cmds.h spell.h \
3829 proto.h globals.h 3829 proto.h globals.h
3830 objects/popupwin.o: popupwin.c vim.h protodef.h auto/config.h feature.h os_unix.h \ 3830 objects/popupwin.o: popupwin.c vim.h protodef.h auto/config.h feature.h os_unix.h \
3831 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \ 3831 auto/osdef.h ascii.h keymap.h term.h macros.h option.h beval.h \