summaryrefslogtreecommitdiffstats
path: root/private/ole32/stg/msf/filelist.mk
diff options
context:
space:
mode:
Diffstat (limited to 'private/ole32/stg/msf/filelist.mk')
-rw-r--r--private/ole32/stg/msf/filelist.mk33
1 files changed, 33 insertions, 0 deletions
diff --git a/private/ole32/stg/msf/filelist.mk b/private/ole32/stg/msf/filelist.mk
new file mode 100644
index 000000000..c3c63ec9e
--- /dev/null
+++ b/private/ole32/stg/msf/filelist.mk
@@ -0,0 +1,33 @@
+#********************************************************************
+#** Microsoft Windows **
+#** Copyright(c) Microsoft Corp., 1992 - 1992 **
+#********************************************************************
+
+MKNAME = msf
+!if "$(OLESEP)" != ""
+LIBS = $(CAIROLE)\stg\docfile\$(OBJDIR)\docfile.lib
+!endif
+
+CXXFILES = \
+ .\cache.cxx\
+ .\difat.cxx\
+ .\dir.cxx\
+ .\dirp.cxx\
+ .\dl.cxx\
+ .\fat.cxx\
+ .\header.cxx\
+ .\msf.cxx\
+ .\msfnew.cxx\
+ .\mstream.cxx\
+ .\page.cxx\
+ .\pbstream.cxx\
+ .\sstream.cxx\
+ .\tstream.cxx\
+ .\vect.cxx\
+ .\wep.cxx
+
+!if "$(PLATFORM)" != "MAC"
+PXXFILE = .\msfhead.cxx
+!endif
+
+!include $(CAIROLE)\stg\dfms.mk