summaryrefslogtreecommitdiffstats
path: root/private/ole32/stg/common/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'private/ole32/stg/common/makefile')
-rw-r--r--private/ole32/stg/common/makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/private/ole32/stg/common/makefile b/private/ole32/stg/common/makefile
new file mode 100644
index 000000000..917a7c04a
--- /dev/null
+++ b/private/ole32/stg/common/makefile
@@ -0,0 +1,20 @@
+#********************************************************************
+#** 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