File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ SRC_ALL = \
7373 src/version.c \
7474 src/version.h \
7575 src/vim.h \
76+ src/winclip.c \
7677 src/window.c \
7778 src/xxd/xxd.c \
7879 src/main.aap \
@@ -83,6 +84,7 @@ SRC_ALL = \
8384 src/testdir/test60.vim \
8485 src/testdir/test83-tags? \
8586 src/proto.h \
87+ src/proto/arabic.pro \
8688 src/proto/blowfish.pro \
8789 src/proto/buffer.pro \
8890 src/proto/charset.pro \
@@ -130,6 +132,7 @@ SRC_ALL = \
130132 src/proto/ui.pro \
131133 src/proto/undo.pro \
132134 src/proto/version.pro \
135+ src/proto/winclip.pro \
133136 src/proto/window.pro \
134137
135138
@@ -444,6 +447,7 @@ SRC_EXTRA = \
444447 src/os_beos.c \
445448 src/os_beos.h \
446449 src/os_beos.rsrc \
450+ src/proto/os_beos.pro \
447451 src/os_mint.h \
448452 src/os_vms_fix.com \
449453 src/toolbar.phi \
Original file line number Diff line number Diff line change @@ -728,6 +728,8 @@ static char *(features[]) =
728728
729729static int included_patches [] =
730730{ /* Add new patch number below this line */
731+ /**/
732+ 839 ,
731733/**/
732734 838 ,
733735/**/
You can’t perform that action at this time.
0 commit comments