summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.bor')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.bor29
1 files changed, 0 insertions, 29 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.bor b/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.bor
deleted file mode 100644
index 1133b0d955d..00000000000
--- a/TAO/orbsvcs/tests/AVStreams/Asynch_Three_Stage/sender.bor
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# Makefile for building the avstreams async_three_stage test
-#
-
-NAME = sender
-
-OBJFILES = \
- $(OBJDIR)\sender.obj \
- $(OBJDIR)\Connection_Manager.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_NAMING_CFLAGS) \
- $(TAO_PROPERTY_CFLAGS) \
- $(TAO_AV_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_NAMING_LIB) \
- $(TAO_PROPERTY_LIB) \
- $(TAO_AV_LIB)
-
-CPPDIR = .;..
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>