summaryrefslogtreecommitdiffstats
path: root/private/tapi/dev/sp/pdisp32/sources
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/tapi/dev/sp/pdisp32/sources54
1 files changed, 54 insertions, 0 deletions
diff --git a/private/tapi/dev/sp/pdisp32/sources b/private/tapi/dev/sp/pdisp32/sources
new file mode 100644
index 000000000..29bb081cf
--- /dev/null
+++ b/private/tapi/dev/sp/pdisp32/sources
@@ -0,0 +1,54 @@
+!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=pdisp32
+TARGETPATH=$(BASEDIR)\public\sdk\lib
+TARGETTYPE=DYNLINK
+TARGETEXT=TSP
+
+TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
+ $(BASEDIR)\public\sdk\lib\*\user32.lib
+
+DLLBASE=0x61000000
+
+INCLUDES=.;$(BASEDIR)\public\sdk\inc
+
+USE_CRTDLL=1
+
+SOURCES=pdisp.c \
+ pdisp.rc
+
+C_DEFINES=-DTAPI_NT=1
+
+UMTYPE=windows
+
+DLLENTRY=DllMain
+
+!IFNDEF 386_WARNING_LEVEL
+386_WARNING_LEVEL=/W3
+!ENDIF