summaryrefslogtreecommitdiffstats
path: root/private/ole32/com/inc/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'private/ole32/com/inc/makefile')
-rw-r--r--private/ole32/com/inc/makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/private/ole32/com/inc/makefile b/private/ole32/com/inc/makefile
new file mode 100644
index 000000000..e09078703
--- /dev/null
+++ b/private/ole32/com/inc/makefile
@@ -0,0 +1,24 @@
+############################################################################
+#
+# Copyright (C) 1992, Microsoft Corporation.
+#
+# All rights reserved.
+#
+############################################################################
+
+!ifdef NTMAKEENV
+
+# We need to do the following so that build will stop reading from the
+# pipe.
+
+all :
+ echo $(BUILDMSG)
+
+clean : all
+
+!else # NTMAKEENV
+
+!include $(CAIROLE)\com\makefile
+!include $(DEPENDFILE)
+
+!endif # NTMAKEENV