From 999a6373b00692d263745b337667d7b480202257 Mon Sep 17 00:00:00 2001 From: dhinton Date: Mon, 27 May 2002 08:36:53 +0000 Subject: ChangeLogTag:Mon May 27 08:24:29 UTC 2002 Don Hinton --- tests/Framework_Component_DLL.bor | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/Framework_Component_DLL.bor 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> -- cgit v1.2.1