summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/IFR_Service/TypeCodeFactory_DLL.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/IFR_Service/TypeCodeFactory_DLL.bor')
-rw-r--r--TAO/orbsvcs/IFR_Service/TypeCodeFactory_DLL.bor22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/orbsvcs/IFR_Service/TypeCodeFactory_DLL.bor b/TAO/orbsvcs/IFR_Service/TypeCodeFactory_DLL.bor
new file mode 100644
index 00000000000..20d6d3ec7e9
--- /dev/null
+++ b/TAO/orbsvcs/IFR_Service/TypeCodeFactory_DLL.bor
@@ -0,0 +1,22 @@
+#
+# Makefile for building the TypeCodeFactory_DLL library
+#
+
+NAME = TypeCodeFactory_DLL
+
+OBJFILES = \
+ $(OBJDIR)\TypeCodeFactory_skel.obj \
+ $(OBJDIR)\TypeCodeFactory_i.obj \
+ $(OBJDIR)\TCF_Loader.obj
+
+!ifdef STATIC
+CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) -DTCF_HAS_DLL=0
+!else
+CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) -DTCF_HAS_DLL=1 -DTCF_BUILD_DLL
+!endif
+
+CPPDIR = .
+
+LIBFILES = $(ACE_LIB) $(TAO_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\build_core_library.bor>