summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-07-30 07:22:09 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-07-30 07:22:09 +0000
commit6e546f78f44300252ce44b6f3682d3ff77e6dd43 (patch)
tree0857f1b6387007c7a7b8600f73dd64e4c7109ee4
parent42450e6ef8d17745e539c8e1d9163211992f9d31 (diff)
downloadATCD-6e546f78f44300252ce44b6f3682d3ff77e6dd43.tar.gz
Added Borland support for the Service_Config_DLL library
-rw-r--r--tests/Makefile.bor2
-rw-r--r--tests/Service_Config_DLL.bor17
2 files changed, 18 insertions, 1 deletions
diff --git a/tests/Makefile.bor b/tests/Makefile.bor
index ef2b0042099..12bdc59a08e 100644
--- a/tests/Makefile.bor
+++ b/tests/Makefile.bor
@@ -104,7 +104,7 @@ NAMES = \
DIRS = RMCast
-MAKEFILES = DLL_Test.bor
+MAKEFILES = DLL_Test.bor Service_Config_DLL.bor
OBJFILES = $(OBJDIR)\$(NAME).obj
diff --git a/tests/Service_Config_DLL.bor b/tests/Service_Config_DLL.bor
new file mode 100644
index 00000000000..32b57d17cca
--- /dev/null
+++ b/tests/Service_Config_DLL.bor
@@ -0,0 +1,17 @@
+#
+# $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>