summaryrefslogtreecommitdiff
path: root/examples/Misc/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Misc/Makefile.bor')
-rw-r--r--examples/Misc/Makefile.bor25
1 files changed, 0 insertions, 25 deletions
diff --git a/examples/Misc/Makefile.bor b/examples/Misc/Makefile.bor
deleted file mode 100644
index 677255b971b..00000000000
--- a/examples/Misc/Makefile.bor
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# Makefile for building the ACE Misc examples
-#
-
-NAMES = \
- test_dump \
- test_get_opt \
- test_profile_timer \
- test_read_buffer \
- test_set \
- test_sstring \
- test_trace \
- test_XtReactor1 \
- test_XtReactor2
-
-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>