summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/SPIPE_SAP/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP/SPIPE_SAP/Makefile.bor')
-rw-r--r--examples/IPC_SAP/SPIPE_SAP/Makefile.bor24
1 files changed, 0 insertions, 24 deletions
diff --git a/examples/IPC_SAP/SPIPE_SAP/Makefile.bor b/examples/IPC_SAP/SPIPE_SAP/Makefile.bor
deleted file mode 100644
index a1bb6030f0b..00000000000
--- a/examples/IPC_SAP/SPIPE_SAP/Makefile.bor
+++ /dev/null
@@ -1,24 +0,0 @@
-#
-# Makefile for building the IPC_SAP SPIPE_SAP ace examples
-#
-
-NAMES = \
- client \
- server \
- consumer_msg \
- consumer_read \
- producer_msg \
- producer_read \
-# NPClient \
-# NPServer
-
-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>