From 67ab24e5f3e6757442cbf72f5883a811da9f0894 Mon Sep 17 00:00:00 2001 From: pcroth Date: Wed, 3 Mar 1999 20:15:26 +0000 Subject: [PATCH] Updated to use WinSock 2. --- rtinst/i386-unknown-nt4.0/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtinst/i386-unknown-nt4.0/Makefile b/rtinst/i386-unknown-nt4.0/Makefile index d22e716..1658702 100644 --- a/rtinst/i386-unknown-nt4.0/Makefile +++ b/rtinst/i386-unknown-nt4.0/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.7 1998/07/23 16:13:33 wylie Exp $ +# $Id: Makefile,v 1.8 1999/03/03 20:15:26 pcroth Exp $ # # Define any symbols needed to invoke configuration changes in make.config @@ -42,7 +42,7 @@ include ../../nmake.library.tmpl $(TARGET): $(OBJS) @$(MAKE) $(VOUCHER) $(LD) $(LDFLAGS) -EXPORT:DYNINSTinit -ENTRY:_DllMainCRTStartup@12 \ - -out:$(TARGET) $(VOUCHER).obj $(OBJS) $(LIBS) wsock32.lib winmm.lib + -out:$(TARGET) $(VOUCHER).obj $(OBJS) $(LIBS) ws2_32.lib winmm.lib #$(TARGET2): $(OBJS) RTpvmPiggy.o RTcriticalPath.o # @$(RM) $(TARGET2) -- 1.8.3.1