changeset 26355:a8fbc0224b81

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.
author diego
date Fri, 11 Apr 2008 07:37:27 +0000
parents 8a43b830b4f5
children 739b01f1a209
files TOOLS/Makefile
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 $@ $^