summaryrefslogtreecommitdiffstats
path: root/private/ole32/dirs
diff options
context:
space:
mode:
Diffstat (limited to 'private/ole32/dirs')
-rw-r--r--private/ole32/dirs57
1 files changed, 57 insertions, 0 deletions
diff --git a/private/ole32/dirs b/private/ole32/dirs
new file mode 100644
index 000000000..d0c5191d0
--- /dev/null
+++ b/private/ole32/dirs
@@ -0,0 +1,57 @@
+!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:
+
+ Donna Liu (DonnaLi) 19-Dec-1993
+
+!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.
+#
+# WARNING: order is important. com must be built early since it generates
+# headers that other directories are dependent on. if you change
+# this, run the following script to ensure you have not broken it.
+# stg must now be built before oleprx32.
+#
+# del /s /q *.*
+# build -cZM
+
+
+DIRS= \
+ common \
+ com \
+ ilib \
+ ole232 \
+ stg \
+ oleprx32 \
+ dcomss \
+ dll \
+ stdclass \
+ olecnv32 \
+ olecnfg \
+ oleui \
+ dllhost \
+ olethunk
+
+#
+# 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=