mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
632 B
46 lines
632 B
!IF 0
|
|
|
|
Copyright (c) 1990 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources
|
|
|
|
Abstract:
|
|
|
|
TCP/IP Stress Test
|
|
|
|
Notes:
|
|
|
|
This is a plain vanilla console app -- uses C-runtimes and
|
|
does nothing fancy. It will compile under win32 or posix with
|
|
minimal ifdeffing.
|
|
|
|
Currently set to build for Win32 console.
|
|
|
|
Author:
|
|
|
|
Jim Gilroy (jamesg) Mar 9, 1992
|
|
|
|
!ENDIF
|
|
|
|
|
|
MAJORCOMP=tcpcly
|
|
MINORCOMP=tcpcly
|
|
|
|
TARGETNAME=tcpcly
|
|
TARGETPATH=obj
|
|
TARGETTYPE=UMAPPL_NOLIB
|
|
|
|
INCLUDES=$(BASEDIR)\public\sdk\inc;
|
|
|
|
SOURCES=
|
|
|
|
|
|
USE_CRTDLL=1
|
|
|
|
UMTYPE=console
|
|
UMAPPL=ctestcly*ctestsrv*ctest
|
|
UMLIBS=\
|
|
$(BASEDIR)\public\sdk\lib\*\wsock32.lib
|
|
|