summaryrefslogtreecommitdiff
path: root/TAO/tao/SmartProxies/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/SmartProxies/Makefile.bor')
-rw-r--r--TAO/tao/SmartProxies/Makefile.bor22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/tao/SmartProxies/Makefile.bor b/TAO/tao/SmartProxies/Makefile.bor
new file mode 100644
index 00000000000..0533a049d72
--- /dev/null
+++ b/TAO/tao/SmartProxies/Makefile.bor
@@ -0,0 +1,22 @@
+#
+# Makefile for building the TAO Smart Proxies library
+#
+
+NAME = TAO_SmartProxies
+
+OBJFILES = \
+ $(OBJDIR)\Smart_Proxies.obj
+
+CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_SMARTPROXIES_CFLAGS) \
+ -DTAO_SMARTPROXIES_BUILD_DLL
+
+CPPDIR = .
+
+INCDIR_NAME = tao/SmartProxies
+INCLUDES = \
+ *.h *.inl
+
+LIBFILES = $(TAO_SMARTPROXIES_LIB) $(TAO_LIB) $(ACE_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>
+!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>