summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/AVStreams/Multicast/ftp.bor')
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Multicast/ftp.bor32
1 files changed, 0 insertions, 32 deletions
diff --git a/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.bor b/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.bor
deleted file mode 100644
index d14a35d7d90..00000000000
--- a/TAO/orbsvcs/tests/AVStreams/Multicast/ftp.bor
+++ /dev/null
@@ -1,32 +0,0 @@
-#
-# Makefile for building the avstreams multicast test
-#
-
-NAME = ftp
-
-OBJFILES = \
- $(OBJDIR)\ftp.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>
-
-#
-# IDL Build rules
-#