summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-01-18 09:11:46 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-01-18 09:11:46 +0000
commit08325a6559f2f3d148f552bddc79ed863fe2e526 (patch)
tree947d1b89103350c961983b97103d711ec3308830 /tests
parent72d9d13ced6775b71fddcff67612f2b8d482bebe (diff)
downloadATCD-08325a6559f2f3d148f552bddc79ed863fe2e526.tar.gz
ChangeLogTag: Sat Jan 18 09:02:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.DLL_Test6
-rw-r--r--tests/Makefile.Framework_Component_DLL8
-rw-r--r--tests/Makefile.Service_Config_DLL6
3 files changed, 19 insertions, 1 deletions
diff --git a/tests/Makefile.DLL_Test b/tests/Makefile.DLL_Test
index de2d53aebb6..bf4a89775ad 100644
--- a/tests/Makefile.DLL_Test
+++ b/tests/Makefile.DLL_Test
@@ -39,6 +39,12 @@ endif
# Local targets
#----------------------------------------------------------------------------
+ifeq ($(shared_libs),1)
+ifneq ($(SHLIB),)
+CPPFLAGS += -DACE_BUILD_SVC_DLL
+endif
+endif
+
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------
diff --git a/tests/Makefile.Framework_Component_DLL b/tests/Makefile.Framework_Component_DLL
index cf76f0b5818..dc3cea8403a 100644
--- a/tests/Makefile.Framework_Component_DLL
+++ b/tests/Makefile.Framework_Component_DLL
@@ -11,7 +11,7 @@
LIB = libFramework_Component_DLL.a
SHLIB = libFramework_Component_DLL.$(SOEXT)
FILES = Framework_Component_DLL
-LSRC = $(addsuffix .cpp,$(FILES))
+LSRC = $(addsuffix .cpp,$(FILES))
LIBS += $(ACELIB)
BUILD = $(VLIB) $(VSHLIB)
@@ -38,6 +38,12 @@ endif
# Local targets
#----------------------------------------------------------------------------
+ifeq ($(shared_libs),1)
+ifneq ($(SHLIB),)
+CPPFLAGS += -DFRAMEWORK_COMPONENT_DLL_BUILD_DLL
+endif
+endif
+
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------
diff --git a/tests/Makefile.Service_Config_DLL b/tests/Makefile.Service_Config_DLL
index bb2231f9bf4..d439928dff0 100644
--- a/tests/Makefile.Service_Config_DLL
+++ b/tests/Makefile.Service_Config_DLL
@@ -39,6 +39,12 @@ endif
# Local targets
#----------------------------------------------------------------------------
+ifeq ($(shared_libs),1)
+ifneq ($(SHLIB),)
+CPPFLAGS += -DSERVICE_CONFIG_DLL_BUILD_DLL
+endif
+endif
+
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------