summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/ATM_SAP/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP/ATM_SAP/Makefile.bor')
-rw-r--r--examples/IPC_SAP/ATM_SAP/Makefile.bor18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/IPC_SAP/ATM_SAP/Makefile.bor b/examples/IPC_SAP/ATM_SAP/Makefile.bor
deleted file mode 100644
index 96c3f0fb2b8..00000000000
--- a/examples/IPC_SAP/ATM_SAP/Makefile.bor
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# Makefile for building the IPC_SAP ATM_SAP example
-#
-
-NAMES = \
- CPP-client \
- CPP-server
-
-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>