commit | 8b5866ded6036f7adece26b6d16962bbd2d47842 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 15:48:51 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 05 15:48:51 2020 +0200 |
tree | a473e6759fd5a5dc6436a6502c0d51ddb077805a | |
parent | 7dfc5ce7cf4a7f63370d7dce2e13f7410ca0230a [diff] [blame] |
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.
diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak index 5fc0833..75021cc 100644 --- a/src/Make_cyg_ming.mak +++ b/src/Make_cyg_ming.mak
@@ -870,7 +870,7 @@ endif ifeq ($(CHANNEL),yes) -OBJ += $(OUTDIR)/channel.o +OBJ += $(OUTDIR)/job.o $(OUTDIR)/channel.o LIB += -lwsock32 -lws2_32 endif