summaryrefslogtreecommitdiffstats
path: root/private/mvdm/vdmexts/sources
diff options
context:
space:
mode:
Diffstat (limited to 'private/mvdm/vdmexts/sources')
-rw-r--r--private/mvdm/vdmexts/sources56
1 files changed, 56 insertions, 0 deletions
diff --git a/private/mvdm/vdmexts/sources b/private/mvdm/vdmexts/sources
new file mode 100644
index 000000000..0d385528e
--- /dev/null
+++ b/private/mvdm/vdmexts/sources
@@ -0,0 +1,56 @@
+!IF 0
+
+Copyright (c) 1989 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:
+
+ Steve Wood (stevewo) 12-Apr-1990
+
+NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
+
+!ENDIF
+
+MAJORCOMP=ntsd
+MINORCOMP=ntsdexts
+
+TARGETNAME=vdmexts
+TARGETPATH=obj
+TARGETTYPE=DYNLINK
+
+DLLBASE=0x79000000
+
+TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
+ $(BASEDIR)\public\sdk\lib\*\user32.lib
+
+INCLUDES=..\inc;..\..\inc;..\..\windows\inc;..\wow32
+
+SOURCES=data.c debug.c disasm.c heap.c help.c misc.c platform.c \
+ reflect.c stack.c sym.c system.c trace.c util.c wow.c \
+ wowprof.c dib.c \
+ vdmexts.rc
+
+i386_SOURCES=i386\profile.c i386\vdmtib.c i386\regs.c
+
+USE_NTDLL=1
+
+#
+# Next specify options for the compiler.
+#
+
+C_DEFINES=-DWIN32 -DNT
+
+PRECOMPILED_INCLUDE=precomp.h
+PRECOMPILED_PCH=precomp.pch
+PRECOMPILED_OBJ=precomp.obj