# HG changeset patch # User diego # Date 1207899447 0 # Node ID a8fbc0224b81f84a8c942d24d2df51b15037e23d # Parent 8a43b830b4f5f8a86474491a0628b38cf5e625e1 Remove Win32 linker option for netstream. Other winsock using code does not need it, it should be set from configure and the reason why it was set in the first place has been lost in the mists of time. diff -r 8a43b830b4f5 -r a8fbc0224b81 TOOLS/Makefile --- a/TOOLS/Makefile Fri Apr 11 07:28:32 2008 +0000 +++ b/TOOLS/Makefile Fri Apr 11 07:37:27 2008 +0000 @@ -59,10 +59,6 @@ ../m_struct.o \ $(COMMON_LIBS) -ifeq ($(TARGET_WIN32),yes) -NETSTREAM_DEPS += -lwsock32 -endif - netstream: netstream.o $(NETSTREAM_DEPS) $(CC) $(CFLAGS) -o $@ $^