summaryrefslogtreecommitdiffstats
path: root/private/ole32/stg/msf/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'private/ole32/stg/msf/makefile')
-rw-r--r--private/ole32/stg/msf/makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/private/ole32/stg/msf/makefile b/private/ole32/stg/msf/makefile
new file mode 100644
index 000000000..1bf10bce3
--- /dev/null
+++ b/private/ole32/stg/msf/makefile
@@ -0,0 +1,21 @@
+#********************************************************************
+#** Microsoft Windows **
+#** Copyright(c) Microsoft Corp., 1992 - 1994 **
+#********************************************************************
+
+!ifdef NTMAKEENV
+
+all:
+ echo $(BUILDMSG)
+
+clean: all
+
+!else
+
+default: all
+!include filelist.mk
+
+!include $(COMMON)\src\win40.mk
+!include $(DEPENDFILE)
+
+!endif # NTMAKEENV