summaryrefslogtreecommitdiff
path: root/TAO/examples/TypeCode_Creation/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/TypeCode_Creation/Makefile.bor')
-rw-r--r--TAO/examples/TypeCode_Creation/Makefile.bor42
1 files changed, 0 insertions, 42 deletions
diff --git a/TAO/examples/TypeCode_Creation/Makefile.bor b/TAO/examples/TypeCode_Creation/Makefile.bor
deleted file mode 100644
index 4117ebda306..00000000000
--- a/TAO/examples/TypeCode_Creation/Makefile.bor
+++ /dev/null
@@ -1,42 +0,0 @@
-#
-# $Id$
-#
-# Makefile for building the TypeCode_Creation example
-#
-
-NAME = create_tc
-
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
-
-OBJFILES = \
- $(OBJDIR)\testC.obj \
- $(OBJDIR)\main.obj
-
-IDLFILES = \
- $(IDLDIR)\test.idl
-
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_IFR_CLIENT_CFLAGS) \
- $(TAO_TYPECODEFACTORY_CFLAGS)
-
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_IFR_CLIENT_LIB) \
- $(TAO_TYPECODEFACTORY_LIB)
-
-CPPDIR = .;..
-
-IDLDIR = .
-
-!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
-
-#
-# IDL Build rules
-#
-
-$(IDLDIR)\TestC.cpp : $(IDLDIR)\test.idl
- $(TAO_IDL) $**
-