From 8b5866ded6036f7adece26b6d16962bbd2d47842 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 5 Sep 2020 15:48:51 +0200 Subject: patch 8.2.1597: the channel source file is too big Problem: The channel source file is too big. Solution: Move job related code to a new source file. --- src/Make_cyg_ming.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Make_cyg_ming.mak') diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak index 5fc08331da..75021cc374 100644 --- a/src/Make_cyg_ming.mak +++ b/src/Make_cyg_ming.mak @@ -870,7 +870,7 @@ OBJ += $(OUTDIR)/netbeans.o endif ifeq ($(CHANNEL),yes) -OBJ += $(OUTDIR)/channel.o +OBJ += $(OUTDIR)/job.o $(OUTDIR)/channel.o LIB += -lwsock32 -lws2_32 endif -- cgit v1.2.3