summaryrefslogtreecommitdiffstats
path: root/private/ole32/ole232/advise/filelist.mk
diff options
context:
space:
mode:
Diffstat (limited to 'private/ole32/ole232/advise/filelist.mk')
-rw-r--r--private/ole32/ole232/advise/filelist.mk50
1 files changed, 50 insertions, 0 deletions
diff --git a/private/ole32/ole232/advise/filelist.mk b/private/ole32/ole232/advise/filelist.mk
new file mode 100644
index 000000000..ad996d22a
--- /dev/null
+++ b/private/ole32/ole232/advise/filelist.mk
@@ -0,0 +1,50 @@
+############################################################################
+#
+# Copyright (C) 1992, Microsoft Corporation.
+#
+# All rights reserved.
+#
+############################################################################
+
+
+#
+# Name of target. Include an extension (.dll, .lib, .exe)
+# If the target is part of the release, set RELEASE to 1.
+#
+
+TARGET = advise.lib
+
+RELEASE =
+
+
+#
+# Source files. Remember to prefix each name with .\
+#
+
+CPPFILES = \
+ .\daholder.cpp \
+ .\oaholder.cpp \
+
+CFILES =
+
+RCFILES =
+
+
+#
+# Libraries and other object files to link.
+#
+
+DEFFILE =
+
+LIBS =
+
+OBJFILES =
+
+#
+# Precompiled headers.
+#
+
+PFILE =
+
+
+!include $(CAIROLE)\ole232\ole.mk