summaryrefslogtreecommitdiffstats
path: root/private/windbg/eecxx/p_ppc/makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/windbg/eecxx/p_ppc/makefile.inc26
1 files changed, 26 insertions, 0 deletions
diff --git a/private/windbg/eecxx/p_ppc/makefile.inc b/private/windbg/eecxx/p_ppc/makefile.inc
new file mode 100644
index 000000000..62f1832fd
--- /dev/null
+++ b/private/windbg/eecxx/p_ppc/makefile.inc
@@ -0,0 +1,26 @@
+!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=..\..\eecan
+# SRCDIR=..
+
+!INCLUDE $(SRCDIR)\common.inc