diff options
Diffstat (limited to 'TAO/tao/IORManipulation/Makefile.bor')
-rw-r--r-- | TAO/tao/IORManipulation/Makefile.bor | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/TAO/tao/IORManipulation/Makefile.bor b/TAO/tao/IORManipulation/Makefile.bor deleted file mode 100644 index 0c348a02b40..00000000000 --- a/TAO/tao/IORManipulation/Makefile.bor +++ /dev/null @@ -1,27 +0,0 @@ -# $Id$ -# -# Makefile for building the TAO IORManipulation library -# - -NAME = TAO_IORManip - -OBJFILES = \ - $(OBJDIR)\IORC.obj \ - $(OBJDIR)\IORManip_Loader.obj \ - $(OBJDIR)\IORManipulation.obj \ - -RESOURCE = $(OBJDIR)\TAO_IORManip.res - -CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_IORMANIP_CFLAGS) \ - -DTAO_IORMANIP_BUILD_DLL - -CPPDIR = . - -INCDIR_NAME = tao\IORManipulation -INCLUDES = \ - *.h *.i - -LIBFILES = $(TAO_LIB) $(ACE_LIB) - -!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor> -!include <$(ACE_ROOT)\include\makeinclude\recurse.bor> |