summaryrefslogtreecommitdiff
path: root/examples/Log_Msg/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Log_Msg/makefile.bor')
-rw-r--r--examples/Log_Msg/makefile.bor19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/Log_Msg/makefile.bor b/examples/Log_Msg/makefile.bor
deleted file mode 100644
index 9868323d17c..00000000000
--- a/examples/Log_Msg/makefile.bor
+++ /dev/null
@@ -1,19 +0,0 @@
-#
-# Makefile for building the log_msg ace examples
-#
-
-NAMES = \
- test_callback \
- test_log_msg \
- test_ostream
-
-OBJFILES = $(OBJDIR)\$(NAME).obj
-
-CFLAGS = $(ACE_CFLAGS)
-
-CPPDIR = .
-
-LIBFILES = $(ACE_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>