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/BiDir_GIOP | |
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/BiDir_GIOP')
-rw-r--r-- | TAO/tao/BiDir_GIOP/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/BiDir_GIOP/Makefile b/TAO/tao/BiDir_GIOP/Makefile index 58e10c6b857..f11b232d79d 100644 --- a/TAO/tao/BiDir_GIOP/Makefile +++ b/TAO/tao/BiDir_GIOP/Makefile @@ -50,6 +50,18 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU LDFLAGS += -L$(TAO_ROOT)/tao CPPFLAGS += -I$(TAO_ROOT) +ifeq ($(shared_libs),1) +ifneq ($(SHLIB),) +CPPFLAGS += -DTAO_BIDIRGIOP_BUILD_DLL +endif +endif + +ifeq ($(static_libs),1) +ifneq ($(LIB),) +CPPFLAGS += -DTAO_AS_STATIC_LIBS +endif +endif + #---------------------------------------------------------------------------- # Dependencies #---------------------------------------------------------------------------- |