summaryrefslogtreecommitdiffstats
path: root/private/windbg/em/p_i386/makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/windbg/em/p_i386/makefile6
-rw-r--r--private/windbg/em/p_i386/makefile.inc27
2 files changed, 33 insertions, 0 deletions
diff --git a/private/windbg/em/p_i386/makefile b/private/windbg/em/p_i386/makefile
new file mode 100644
index 000000000..6ee4f43fa
--- /dev/null
+++ b/private/windbg/em/p_i386/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/windbg/em/p_i386/makefile.inc b/private/windbg/em/p_i386/makefile.inc
new file mode 100644
index 000000000..18cb3a0cd
--- /dev/null
+++ b/private/windbg/em/p_i386/makefile.inc
@@ -0,0 +1,27 @@
+!IF 0
+
+Copyright (c) 1989 Microsoft Corporation
+
+Module Name:
+
+ makefile.inc
+
+Abstract:
+
+ This file tells nmake the correct dependency relationships
+ for objects created from c files in this directory which are
+ wrappers for c files in another directory.
+
+
+Author:
+
+ Kent Forschmiedt
+
+
+!ENDIF
+
+SRCDIR=..
+
+!INCLUDE $(SRCDIR)\common.inc
+
+obj\$(TARGET_DIRECTORY)\d3em.obj: d3.c