summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-23 03:33:51 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-23 03:33:51 +0000
commit4f3028437e1b9c105389e30a2aed7b88919f97ed (patch)
tree35135b2dcfa55c97a779b3adfbd44cf3508d8cc8
parent029949fd4d2d1d21c1a74d606619512ea7c05846 (diff)
downloadATCD-4f3028437e1b9c105389e30a2aed7b88919f97ed.tar.gz
ChangeLogTag:Mon Jul 22 22:30:53 2002 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--ACEXML/common/XML_Common.dsp2
-rw-r--r--ChangeLog8
-rw-r--r--ChangeLogs/ChangeLog-03a8
3 files changed, 15 insertions, 3 deletions
diff --git a/ACEXML/common/XML_Common.dsp b/ACEXML/common/XML_Common.dsp
index c3507eb842b..e7a993cb4f5 100644
--- a/ACEXML/common/XML_Common.dsp
+++ b/ACEXML/common/XML_Common.dsp
@@ -43,7 +43,7 @@ RSC=rc.exe
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XML_COMMON_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MD /W3 /GX /O2 /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "ACEXML_BUILD_DLL" /YX /FD /c
+# ADD CPP /nologo /MD /W3 /GX /O2 /I "../.." /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D ACEXML_HAS_DLL=1 /D "ACEXML_BUILD_DLL" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG"
diff --git a/ChangeLog b/ChangeLog
index 0e095b664e7..9c3c409c352 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Jul 22 22:30:53 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ACEXML/common/XML_Common.dsp: Added the macro definition
+ ACEXML_HAS_DLL=1 to the release configuration to resolve a
+ nightly biuld problem.
+
Mon Jul 22 18:28:48 2002 Steve Huston <shuston@riverace.com>
* ace/Configuration.h: Doxygen fixes.
@@ -51,7 +57,7 @@ Mon Jul 22 13:25:29 2002 Stephen Torri <storri@cs.wustl.edu>
* ace/streams.h: Fixed _MSC_VER compiler warning messages stating
concern about using MSC_VER without assurance that the macro
was defined.
-
+
Mon Jul 22 12:20:21 2002 Krishnakumar B <kitty@cs.wustl.edu>
* THANKS: Added Sean Ogle to the hall of fame.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 0e095b664e7..9c3c409c352 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Mon Jul 22 22:30:53 2002 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * ACEXML/common/XML_Common.dsp: Added the macro definition
+ ACEXML_HAS_DLL=1 to the release configuration to resolve a
+ nightly biuld problem.
+
Mon Jul 22 18:28:48 2002 Steve Huston <shuston@riverace.com>
* ace/Configuration.h: Doxygen fixes.
@@ -51,7 +57,7 @@ Mon Jul 22 13:25:29 2002 Stephen Torri <storri@cs.wustl.edu>
* ace/streams.h: Fixed _MSC_VER compiler warning messages stating
concern about using MSC_VER without assurance that the macro
was defined.
-
+
Mon Jul 22 12:20:21 2002 Krishnakumar B <kitty@cs.wustl.edu>
* THANKS: Added Sean Ogle to the hall of fame.