# COPYRIGHT NOTICE
# Copyright (c) Alteon Networks, Inc. 1996, 1997, 1998 
# All rights reserved
# 
# 
# HISTORY
# $Log: sources,v $
# Revision 1.1.2.1  1998/07/27  22:58:54  ted
# 	Put tsock under source control for NT
# 	[1998/07/27  22:58:37  ted]
#
# $EndLog$

TARGETNAME=tsock
TARGETPATH=$(BASEDIR)\lib
TARGETTYPE=UMAPPL_NOLIB

C_DEFINES=$(C_DEFINES) -D__STDC__=1 $(BUILD_OPTION)

INCLUDES=$(BASEDIR)\src\network\inc; \
    ..\..\.; \
    ..\..\..\common; \
    ..\..\..\..\common; \
    ..\..\..\..\..\common; \
    ..\..\..\..\..\..\export\sparc_solaris\usr\include;

SOURCES=tsock.c

UMTYPE=console
UMTEST=tsock
UMAPPL=tsock
UMBASE=0x1000000
UMLIBS=$(MSSDK)\lib\wsock32.lib $(MSSDK)\lib\user32.lib

USE_CRTDLL=1

