summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Simple_Naming/makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Simple_Naming/makefile.bor')
-rw-r--r--TAO/orbsvcs/tests/Simple_Naming/makefile.bor30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/orbsvcs/tests/Simple_Naming/makefile.bor b/TAO/orbsvcs/tests/Simple_Naming/makefile.bor
deleted file mode 100644
index 3358fb4cefa..00000000000
--- a/TAO/orbsvcs/tests/Simple_Naming/makefile.bor
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# Makefile for building the Simple_Naming test
-#
-
-NAME = client
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\test_objectC.obj \
- $(OBJDIR)\test_objectS.obj \
- $(OBJDIR)\client.obj
-
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) -I$(TAO_ROOT)/orbsvcs
-
-LIBFILES = $(ACE_LIB) $(TAO_LIB) $(TAO_NAMING_LIB) $(TAO_SVC_UTILS_LIB)
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\test_objectS.cpp $(IDLDIR)\test_objectC.cpp: $(IDLDIR)\test_object.idl
- $(TAO_IDL) $**
-