From e611b132f9b8abe35b362e5870b74bce94a1e58e Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 16 May 2020 20:51:50 -0700 Subject: initial commit --- .../tapi/qa/trapper/itest/tphone/tphonea/makefile | 6 ++++ .../tapi/qa/trapper/itest/tphone/tphonea/sources | 35 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 private/tapi/qa/trapper/itest/tphone/tphonea/makefile create mode 100644 private/tapi/qa/trapper/itest/tphone/tphonea/sources (limited to 'private/tapi/qa/trapper/itest/tphone/tphonea') diff --git a/private/tapi/qa/trapper/itest/tphone/tphonea/makefile b/private/tapi/qa/trapper/itest/tphone/tphonea/makefile new file mode 100644 index 000000000..6ee4f43fa --- /dev/null +++ b/private/tapi/qa/trapper/itest/tphone/tphonea/makefile @@ -0,0 +1,6 @@ +# +# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source +# file to this component. This file merely indirects to the real make file +# that is shared by all the components of NT OS/2 +# +!INCLUDE $(NTMAKEENV)\makefile.def diff --git a/private/tapi/qa/trapper/itest/tphone/tphonea/sources b/private/tapi/qa/trapper/itest/tphone/tphonea/sources new file mode 100644 index 000000000..6a831b846 --- /dev/null +++ b/private/tapi/qa/trapper/itest/tphone/tphonea/sources @@ -0,0 +1,35 @@ +!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 + +!include ..\tphone.inc + +TARGETPATH=$(TARGETPATH) + +TARGETLIBS=$(TARGETLIBS) \ + $(BASEDIR)\public\sdk\lib\*\tcore.lib \ + $(BASEDIR)\public\sdk\lib\*\ttest.lib \ + $(BASEDIR)\public\sdk\lib\*\tapi32.lib + +C_DEFINES=$(C_DEFINES) -- cgit v1.2.3