summaryrefslogtreecommitdiff
path: root/TAO/tests/AMI/server.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMI/server.bor')
-rw-r--r--TAO/tests/AMI/server.bor30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/tests/AMI/server.bor b/TAO/tests/AMI/server.bor
deleted file mode 100644
index 1b72dc3bd87..00000000000
--- a/TAO/tests/AMI/server.bor
+++ /dev/null
@@ -1,30 +0,0 @@
-#
-# Makefile for building the AMI server
-#
-
-NAME = server
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1 -GC
-
-OBJFILES = \
- $(OBJDIR)\ami_testS.obj \
- $(OBJDIR)\ami_testC.obj \
- $(OBJDIR)\ami_test_i.obj \
- $(OBJDIR)\server.obj
-
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS)
-
-LIBFILES = $(ACE_LIB) $(TAO_LIB)
-
-CPPDIR = .
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\ami_testS.cpp $(IDLDIR)\ami_testC.cpp: $(IDLDIR)\ami_test.idl
- $(TAO_IDL) $**