summaryrefslogtreecommitdiff
path: root/TAO/tao/SmartProxies
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-04-08 20:22:33 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-04-08 20:22:33 +0000
commitfd086adbf9daa6f8e5d1c782955be38c471c8888 (patch)
treec39489d9c7f2abd21f24bf10957207e8d863671d /TAO/tao/SmartProxies
parentc4bac837318fda7b89f9a5a6ae06117866c21a6b (diff)
downloadATCD-fd086adbf9daa6f8e5d1c782955be38c471c8888.tar.gz
ChangeLogTag:
Diffstat (limited to 'TAO/tao/SmartProxies')
-rw-r--r--TAO/tao/SmartProxies/Makefile.bor30
1 files changed, 0 insertions, 30 deletions
diff --git a/TAO/tao/SmartProxies/Makefile.bor b/TAO/tao/SmartProxies/Makefile.bor
deleted file mode 100644
index 154a38f79c3..00000000000
--- a/TAO/tao/SmartProxies/Makefile.bor
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id$
-#
-# Makefile for building the TAO Smart Proxies library
-#
-
-NAME = TAO_SmartProxies
-
-OBJFILES = \
- $(OBJDIR)\Smart_Proxies.obj
-
-RESOURCE = $(OBJDIR)\SmartProxies.res
-
-!ifdef STATIC
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_SMARTPROXIES_CFLAGS)
-!else
-CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_SMARTPROXIES_CFLAGS) \
- -DTAO_SMARTPROXIES_BUILD_DLL
-!endif
-
-CPPDIR = .
-
-INCDIR_NAME = tao\SmartProxies
-INCLUDES = \
- *.h *.inl
-
-LIBFILES = \
- $(TAO_LIB) \
- $(ACE_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>