summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-01-07 13:09:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-01-07 13:09:02 +0000
commitba28554d27b215ac6f5b2da2623a62a6f3ee668f (patch)
treeb2b2bc33ee020ce8990882d01798dba55950b31e
parentecc36f7568c8c9cfbf65fc66242dc1d938912e71 (diff)
downloadATCD-ba28554d27b215ac6f5b2da2623a62a6f3ee668f.tar.gz
ChangeLogTag: Tue Jan 07 13:07:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACEXML/common/Makefile6
-rw-r--r--ChangeLog9
-rw-r--r--ChangeLogs/ChangeLog-03a9
3 files changed, 20 insertions, 4 deletions
diff --git a/ACEXML/common/Makefile b/ACEXML/common/Makefile
index 3b0edf01caf..5f881e22842 100644
--- a/ACEXML/common/Makefile
+++ b/ACEXML/common/Makefile
@@ -53,6 +53,12 @@ include $(ACE_ROOT)/include/makeinclude/rules.local.GNU
# Local targets
#----------------------------------------------------------------------------
+ifeq ($(shared_libs),1)
+ifneq ($(SHLIB),)
+CPPFLAGS += -DACEXML_BUILD_DLL
+endif
+endif
+
#----------------------------------------------------------------------------
# Dependencies
#----------------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index 2c72250308d..7aacfddcd85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 7 13:08:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ACEXML/common/Makefile:
+ Set ACEXML_BUILD_DLL when building the shared lib.
+
Mon Jan 6 18:31:09 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* bin/generate_topinfo_charts.sh: Removed the range for the
@@ -11,10 +16,10 @@ Mon Jan 6 16:56:04 2003 Balachandran Natarajan <bala@isis-server.isis.vanderb
* bin/topinfo_stats.sh: Renamed to topinfo_simple_stats.sh. This
is a better to show that we capture the sizes of a simple server
and client.
-
+
* bin/topinfo_simple_stats.sh: New file. We need to do some code
sharing between these two scripts. Just postponing that for the
- timebeing.
+ timebeing.
Mon Jan 6 11:23:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 2c72250308d..7aacfddcd85 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,8 @@
+Tue Jan 7 13:08:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * ACEXML/common/Makefile:
+ Set ACEXML_BUILD_DLL when building the shared lib.
+
Mon Jan 6 18:31:09 2003 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* bin/generate_topinfo_charts.sh: Removed the range for the
@@ -11,10 +16,10 @@ Mon Jan 6 16:56:04 2003 Balachandran Natarajan <bala@isis-server.isis.vanderb
* bin/topinfo_stats.sh: Renamed to topinfo_simple_stats.sh. This
is a better to show that we capture the sizes of a simple server
and client.
-
+
* bin/topinfo_simple_stats.sh: New file. We need to do some code
sharing between these two scripts. Just postponing that for the
- timebeing.
+ timebeing.
Mon Jan 6 11:23:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>