diff options
author | Adam <you@example.com> | 2020-05-17 05:51:50 +0200 |
---|---|---|
committer | Adam <you@example.com> | 2020-05-17 05:51:50 +0200 |
commit | e611b132f9b8abe35b362e5870b74bce94a1e58e (patch) | |
tree | a5781d2ec0e085eeca33cf350cf878f2efea6fe5 /private/tapi/qa/tpstress/sources | |
download | NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.gz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.bz2 NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.lz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.xz NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.tar.zst NT4.0-e611b132f9b8abe35b362e5870b74bce94a1e58e.zip |
Diffstat (limited to 'private/tapi/qa/tpstress/sources')
-rw-r--r-- | private/tapi/qa/tpstress/sources | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/private/tapi/qa/tpstress/sources b/private/tapi/qa/tpstress/sources new file mode 100644 index 000000000..3382eac2e --- /dev/null +++ b/private/tapi/qa/tpstress/sources @@ -0,0 +1,51 @@ +!IF 0 + +Copyright (c) 1989-1993 Microsoft Corporation + +Module Name: + + sources. + +Abstract: + + This file specifies the target component being built and the list of + sources files needed to build that component. Also specifies optional + compiler switches and libraries that are unique for the component being + built. + +Author: + + John Rogers (JohnRo) 25-Oct-1991 + +NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl + +Revision History: + +!ENDIF + +MAJORCOMP=net +MINORCOMP=tapi + +TARGETNAME=tpstress +TARGETPATH=..\bin +TARGETTYPE=DYNLINK +TARGETLIBS=\nt\public\sdk\lib\*\kernel32.lib \ + \nt\public\sdk\lib\*\user32.lib \ + \nt\public\sdk\lib\*\tapi32.lib + +DLLBASE=0x60000000 + +INCLUDES=..\trapper;..\..\dev\inc;. + +USE_CRTDLL=1 + +SOURCES=tpstress.c \ + tpstress.rc + +UMTYPE=windows + +DLLENTRY=DllMain + +!IFNDEF 386_WARNING_LEVEL +386_WARNING_LEVEL=/W3 +!ENDIF |