diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-01-13 20:58:44 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-01-13 20:58:44 +0000 |
commit | 251bed1eb859c401b62899c02504642fc521eb76 (patch) | |
tree | dff29f74c0e9c4b4643dc967a8aa21ad79ed4248 /TAO/tao/Strategies/Makefile | |
parent | 5168f05ebbe6c1494f0b597d40558bf15a3b4df8 (diff) | |
download | ATCD-251bed1eb859c401b62899c02504642fc521eb76.tar.gz |
ChangeLogTag: Mon Jan 13 20:56:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Strategies/Makefile')
-rw-r--r-- | TAO/tao/Strategies/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/Strategies/Makefile b/TAO/tao/Strategies/Makefile index 3129a84275d..f61cc5b3b85 100644 --- a/TAO/tao/Strategies/Makefile +++ b/TAO/tao/Strategies/Makefile @@ -75,6 +75,18 @@ include $(TAO_ROOT)/taoconfig.mk LDFLAGS += -L$(TAO_ROOT)/tao CPPFLAGS += -I$(TAO_ROOT) +ifeq ($(shared_libs),1) +ifneq ($(SHLIB),) +CPPFLAGS += -DTAO_STRATEGIES_BUILD_DLL +endif +endif + +ifeq ($(static_libs),1) +ifneq ($(LIB),) +CPPFLAGS += -DTAO_AS_STATIC_LIBS +endif +endif + #---------------------------------------------------------------------------- # Dependencies #---------------------------------------------------------------------------- |