summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-27 08:36:53 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-05-27 08:36:53 +0000
commit999a6373b00692d263745b337667d7b480202257 (patch)
treeecbc8d9774a472861afbfd070ad1fadd6ff5e830
parentde1b999083c3cb78b8728b375c3f28c396bd3dcb (diff)
downloadATCD-999a6373b00692d263745b337667d7b480202257.tar.gz
ChangeLogTag:Mon May 27 08:24:29 UTC 2002 Don Hinton <dhinton@ieee.org>
-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>