1
0
forked from aniani/vim

patch 7.4.1326

Problem:    Build rules are bit too complicated.
Solution:   Remove -lwsock32 from Netbeans, it's already added for the channel
            feature that it depends on. (Tony Mechelynck)
This commit is contained in:
Bram Moolenaar
2016-02-15 22:45:12 +01:00
parent 2368917d8f
commit 97eba78f69
2 changed files with 2 additions and 3 deletions

View File

@@ -684,17 +684,14 @@ ifneq (yes, $(GUI))
NETBEANS=no
else
OBJ += $(OUTDIR)/netbeans.o
LIB += -lwsock32
endif
endif
endif
ifeq ($(CHANNEL),yes)
OBJ += $(OUTDIR)/channel.o
ifneq ($(NETBEANS),yes)
LIB += -lwsock32
endif
endif
ifeq ($(DIRECTX),yes)
# Only allow DIRECTX for a GUI build.

View File

@@ -747,6 +747,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1326,
/**/
1325,
/**/