summaryrefslogtreecommitdiffstats
path: root/private/oleutest/perf/perfcli/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'private/oleutest/perf/perfcli/makefile')
-rw-r--r--private/oleutest/perf/perfcli/makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/private/oleutest/perf/perfcli/makefile b/private/oleutest/perf/perfcli/makefile
new file mode 100644
index 000000000..8991c0d2e
--- /dev/null
+++ b/private/oleutest/perf/perfcli/makefile
@@ -0,0 +1,20 @@
+############################################################################
+#
+# Copyright (C) 1992, Microsoft Corporation.
+#
+# All rights reserved.
+#
+############################################################################
+
+!ifdef NTMAKEENV
+
+!include $(NTMAKEENV)\makefile.def
+
+!else # NTMAKEENV
+
+default: all
+
+!include $(CAIROLE)\com\makefile
+!include $(DEPENDFILE)
+
+!endif # NTMAKEENV