summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/Framework_Component_DLL.bor17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/Framework_Component_DLL.bor b/tests/Framework_Component_DLL.bor
new file mode 100644
index 00000000000..c9f5c0c2072
--- /dev/null
+++ b/tests/Framework_Component_DLL.bor
@@ -0,0 +1,17 @@
+#
+# $Id$
+#
+
+NAME = Framework_Component_DLL
+
+TARGET = $(BINDIR)\$(NAME).dll
+
+OBJFILES = $(OBJDIR)\Framework_Component_DLL.obj
+
+CFLAGS = $(ACE_CFLAGS) -DACE_SVC_HAS_DLL=1 -DACE_BUILD_SVC_DLL=1
+
+CPPDIR = .
+
+LIBFILES = $(ACE_LIB)
+
+!include <$(ACE_ROOT)\include\makeinclude\build_dll.bor>