summaryrefslogtreecommitdiffstats
path: root/private/tapi/qa/trapper/itest/tphone/tphonea
diff options
context:
space:
mode:
Diffstat (limited to 'private/tapi/qa/trapper/itest/tphone/tphonea')
-rw-r--r--private/tapi/qa/trapper/itest/tphone/tphonea/makefile6
-rw-r--r--private/tapi/qa/trapper/itest/tphone/tphonea/sources35
2 files changed, 41 insertions, 0 deletions
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)