summaryrefslogtreecommitdiff
path: root/TAO/tests/Crash_On_Write/client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Crash_On_Write/client.bor')
-rw-r--r--TAO/tests/Crash_On_Write/client.bor35
1 files changed, 0 insertions, 35 deletions
diff --git a/TAO/tests/Crash_On_Write/client.bor b/TAO/tests/Crash_On_Write/client.bor
deleted file mode 100644
index 8cbcb24dee6..00000000000
--- a/TAO/tests/Crash_On_Write/client.bor
+++ /dev/null
@@ -1,35 +0,0 @@
-#
-# $Id$
-#
-
-NAME = client
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\TestC.obj \
- $(OBJDIR)\client.obj
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB)
-
-IDLFILES = \
- $(IDLDIR)\Test.idl
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\TestS.cpp $(IDLDIR)\TestC.cpp: $(IDLDIR)\Test.idl
- $(TAO_IDL) $**