diff options
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Basic/BCast.bor')
-rw-r--r-- | TAO/orbsvcs/tests/Event/Basic/BCast.bor | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/BCast.bor b/TAO/orbsvcs/tests/Event/Basic/BCast.bor deleted file mode 100644 index 4d7dd5f70e1..00000000000 --- a/TAO/orbsvcs/tests/Event/Basic/BCast.bor +++ /dev/null @@ -1,33 +0,0 @@ -# -# $Id$ -# - -NAME = BCast - -OBJFILES = $(OBJDIR)\BCast.obj - -CFLAGS = \ - $(TAO_RTEVENT_TEST_CFLAGS) \ - $(TAO_RTEVENT_CFLAGS) \ - $(TAO_NAMING_CFLAGS) \ - $(TAO_SVC_UTILS_CFLAGS) \ - $(TAO_IORTABLE_CFLAGS) \ - $(TAO_PORTABLESERVER_CFLAGS) \ - $(TAO_MESSAGING_CFLAGS) \ - $(TAO_CFLAGS) \ - $(ACE_CFLAGS) - -LIBFILES = \ - $(TAO_RTEVENT_TEST_LIB) \ - $(TAO_RTEVENT_LIB) \ - $(TAO_NAMING_LIB) \ - $(TAO_SVC_UTILS_LIB) \ - $(TAO_IORTABLE_LIB) \ - $(TAO_PORTABLESERVER_LIB) \ - $(TAO_MESSAGING_LIB) \ - $(TAO_LIB) \ - $(ACE_LIB) - -CPPDIR = . - -!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor> |