summaryrefslogtreecommitdiffstats
path: root/private/oleutest/perf/dirs
diff options
context:
space:
mode:
Diffstat (limited to 'private/oleutest/perf/dirs')
-rw-r--r--private/oleutest/perf/dirs41
1 files changed, 41 insertions, 0 deletions
diff --git a/private/oleutest/perf/dirs b/private/oleutest/perf/dirs
new file mode 100644
index 000000000..c478c620d
--- /dev/null
+++ b/private/oleutest/perf/dirs
@@ -0,0 +1,41 @@
+!IF 0
+
+Copyright (c) 1989 Microsoft Corporation
+
+Module Name:
+
+ dirs.
+
+Abstract:
+
+ This file specifies the subdirectories of the current directory that
+ contain component makefiles.
+
+
+Author:
+
+ Dean Edwards (DeanE) 11-Jan-1994
+
+!ENDIF
+
+#
+# This is a list of all subdirectories that build required components.
+# Each subdirectory name should appear on a line by itself. The build
+# follows the order in which the subdirectories are specified.
+#
+
+DIRS= \
+ idl \
+ perfuuid \
+ proxy \
+ perfsrv \
+ perfcli \
+
+#
+# This is a list of all subdirectories that build optional components.
+# Each subdirectory name should appear on a line by itself. The build
+# follows the order in which the subdirectories are specified.
+#
+
+OPTIONAL_DIRS=
+