Skip to content

Commit 97eba78

Browse files
committed
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)
1 parent 2368917 commit 97eba78

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/Make_cyg_ming.mak

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,17 +684,14 @@ ifneq (yes, $(GUI))
684684
NETBEANS=no
685685
else
686686
OBJ += $(OUTDIR)/netbeans.o
687-
LIB += -lwsock32
688687
endif
689688
endif
690689
endif
691690

692691
ifeq ($(CHANNEL),yes)
693692
OBJ += $(OUTDIR)/channel.o
694-
ifneq ($(NETBEANS),yes)
695693
LIB += -lwsock32
696694
endif
697-
endif
698695

699696
ifeq ($(DIRECTX),yes)
700697
# Only allow DIRECTX for a GUI build.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -747,6 +747,8 @@ static char *(features[]) =
747747

748748
static int included_patches[] =
749749
{ /* Add new patch number below this line */
750+
/**/
751+
1326,
750752
/**/
751753
1325,
752754
/**/

0 commit comments

Comments
 (0)