summaryrefslogtreecommitdiffstats
path: root/private/ole32/stg/ofsstg/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'private/ole32/stg/ofsstg/makefile')
-rw-r--r--private/ole32/stg/ofsstg/makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/private/ole32/stg/ofsstg/makefile b/private/ole32/stg/ofsstg/makefile
new file mode 100644
index 000000000..b38db237d
--- /dev/null
+++ b/private/ole32/stg/ofsstg/makefile
@@ -0,0 +1,23 @@
+############################################################################
+#
+# Microsoft Windows
+# Copyright (C) Microsoft Corporation, 1992 - 1994.
+# All rights reserved.
+#
+############################################################################
+
+!ifdef NTMAKEENV
+
+all:
+ echo $(BUILDMSG)
+
+clean: all
+
+!else
+
+default: all
+!include filelist.mk
+!include $(COMMON)\src\win40.mk
+!include depend.mk
+
+!endif # NTMAKEENV