summaryrefslogtreecommitdiff
path: root/tests/Service_Config_DLL.bor
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Service_Config_DLL.bor')
-rw-r--r--tests/Service_Config_DLL.bor17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/Service_Config_DLL.bor b/tests/Service_Config_DLL.bor
deleted file mode 100644
index 32b57d17cca..00000000000
--- a/tests/Service_Config_DLL.bor
+++ /dev/null
@@ -1,17 +0,0 @@
-#
-# $Id$
-#
-
-NAME = Service_Config_DLL
-
-TARGET = $(BINDIR)\$(NAME).dll
-
-OBJFILES = $(OBJDIR)\Service_Config_DLL.obj
-
-CFLAGS = $(ACE_CFLAGS) -DSERVICE_CONFIG_DLL_HAS_DLL=1 -DSERVICE_CONFIG_DLL_BUILD_DLL=1
-
-CPPDIR = .
-
-LIBFILES = $(ACE_LIB)
-
-!include <$(ACE_ROOT)\include\makeinclude\build_dll.bor>