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.bor25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/Log_Msg/makefile.bor b/examples/Log_Msg/makefile.bor
deleted file mode 100644
index 2f78c01c4be..00000000000
--- a/examples/Log_Msg/makefile.bor
+++ /dev/null
@@ -1,25 +0,0 @@
-#
- # Makefile for building the log_ms ace examples
- #
-
- !include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
-
- TESTS = \
- test_callback \
- test_log_msg \
- test_ostream
-
-all_tests: $(TESTS)
-
-$(TESTS):
- $(MAKE) -fMakefile.bor -DNAME=$@ $(MAKE_FLAGS) $(BINDIR)\$@.exe
-
-OBJFILES = $(OBJDIR)\$(NAME).obj
-
-CFLAGS = $(ACE_CFLAGS)
-
-CPPDIR = .
-
-LIBFILES = $(ACE_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>