% Copyright (C) 1995, Digital Equipment Corporation.
% All rights reserved.
% See the file COPYRIGHT for a full description.
%
% Last modified on Mon Apr 10 16:31:31 PDT 1995 by kalsow
%      modified on Tue Feb  7 15:29:15 PST 1995 by wobber
%
% Makefile for tcp library (WIN32)

% import_lib("wsock32", "y:\\retail\\sdk-3.1\\mstools\\lib\\i386")
import_lib("wsock32", "c:\\mstools\\lib")

Module(WinSock)
Interface(TCPWin32)
implementation(IP)
implementation(TCP)



