summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/IPC-tests/client/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Service_Configurator/IPC-tests/client/makefile.bor')
-rw-r--r--examples/Service_Configurator/IPC-tests/client/makefile.bor26
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/Service_Configurator/IPC-tests/client/makefile.bor b/examples/Service_Configurator/IPC-tests/client/makefile.bor
deleted file mode 100644
index 6acb4134761..00000000000
--- a/examples/Service_Configurator/IPC-tests/client/makefile.bor
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# Makefile for building the ACE Service_Configurator IPC-tests client
-#
-
-NAMES = \
- local_dgram_client_test \
- local_stream_client_test \
- local_pipe_client_test \
- remote_stream_client_test \
- remote_thr_stream_client_test \
- remote_dgram_client_test \
- local_fifo_client_test \
- broadcast_client_test \
- local_spipe_client_test \
- remote_service_directory_test
-
-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>