summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-07-06 13:02:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-07-06 13:02:04 +0000
commit759dfd1851b654a4c90a403e484e6c6975116b4a (patch)
tree95460548afee8b80560934709e89caa613c1758b /TAO/orbsvcs/examples/CosEC/RtEC_Based/lib
parent2d2863672239b82874bf8670fe8a90f67c0cca7e (diff)
downloadATCD-759dfd1851b654a4c90a403e484e6c6975116b4a.tar.gz
ChangeLogTag: Sun Jul 06 13:00:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/RtEC_Based/lib')
-rw-r--r--TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile b/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile
index 45687407e0f..76771b2e094 100644
--- a/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile
+++ b/TAO/orbsvcs/examples/CosEC/RtEC_Based/lib/Makefile
@@ -64,6 +64,18 @@ LDFLAGS += -L$(TAO_ROOT)/tao -L$(TAO_ROOT)/orbsvcs/orbsvcs
CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs \
-I$(TAO_ROOT)/orbsvcs/orbsvcs/ESF
+ifeq ($(shared_libs),1)
+ifneq ($(SHLIB),)
+CPPFLAGS += -DTAO_RTEC_COSEC_BUILD_DLL
+endif
+endif
+
+ifeq ($(static_libs),1)
+ifneq ($(LIB),)
+CPPFLAGS += -DTAO_AS_STATIC_LIBS -DACE_AS_STATIC_LIBS
+endif
+endif
+
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------