diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-04-09 17:14:24 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2003-04-09 17:14:24 +0000 |
commit | f85ce2dbacf625e95e12f752527a63f481ee9c60 (patch) | |
tree | f185d49769c4f16ec10d4a446672d3f2e20fedd6 /TAO/tests/CodeSets | |
parent | cb8baa53ad980f100ed794b5abf07d08e2409e3d (diff) | |
download | ATCD-f85ce2dbacf625e95e12f752527a63f481ee9c60.tar.gz |
ChangeLogTag: Wed Apr 09 19:13:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/CodeSets')
-rw-r--r-- | TAO/tests/CodeSets/libs/IBM1047_ISO8859/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Makefile b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Makefile index 470465a6bda..709174f6724 100644 --- a/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Makefile +++ b/TAO/tests/CodeSets/libs/IBM1047_ISO8859/Makefile @@ -49,6 +49,12 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU LDFLAGS += -L$(TAO_ROOT)/tao CPPFLAGS += -I$(TAO_ROOT) +ifeq ($(shared_libs),1) +ifneq ($(SHLIB),) +CPPFLAGS += -DIBM1047_ISO8859_BUILD_DLL +endif +endif + #---------------------------------------------------------------------------- # Dependencies #---------------------------------------------------------------------------- |