summaryrefslogtreecommitdiffstats
path: root/private/windbg/dirs
diff options
context:
space:
mode:
Diffstat (limited to 'private/windbg/dirs')
-rw-r--r--private/windbg/dirs28
1 files changed, 28 insertions, 0 deletions
diff --git a/private/windbg/dirs b/private/windbg/dirs
new file mode 100644
index 000000000..9023b9b89
--- /dev/null
+++ b/private/windbg/dirs
@@ -0,0 +1,28 @@
+!IF 0
+
+Copyright (c) 1989 Microsoft Corporation
+
+Module Name:
+
+ dirs.
+
+Abstract:
+
+ This file specifies the subdirectories of the current directory that
+ contain component makefiles.
+
+!ENDIF
+
+DIRS= \
+ lib \
+ osdebug \
+ newdm \
+ eecxx \
+ em \
+ symcvt \
+ tlloc \
+ remote \
+ windbg \
+ driver
+
+