summaryrefslogtreecommitdiffstats
path: root/private/oleutest/letest/ole2ui/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'private/oleutest/letest/ole2ui/makefile')
-rw-r--r--private/oleutest/letest/ole2ui/makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/private/oleutest/letest/ole2ui/makefile b/private/oleutest/letest/ole2ui/makefile
new file mode 100644
index 000000000..21eedcbe0
--- /dev/null
+++ b/private/oleutest/letest/ole2ui/makefile
@@ -0,0 +1,12 @@
+#
+# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
+# file to this component. This file merely indirects to the real make file
+# that is shared by all the components of NT OS/2
+#
+!ifdef NTMAKEENV
+all:
+ echo $(BUILDMSG)
+clean: all
+!else
+!INCLUDE $(NTMAKEENV)\makefile.def
+!endif