summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2003-03-05 12:15:44 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2003-03-05 12:15:44 +0000
commit417e46af751f213158e771da11ecc14ea212a58e (patch)
tree4839f7c31425bb89d3e9ffb4307c4cfa33f5afa0
parent914f5cb81c4a140d258c8cee2299caca788f4743 (diff)
downloadATCD-417e46af751f213158e771da11ecc14ea212a58e.tar.gz
ChangeLog tag: Wed Mar 5 06:10:48 2003 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--ace/Makefile.bor2
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 228eb021188..4b624fe3dda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Mar 5 06:10:48 2003 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * ace/Makefile.bor:
+
+ Added codeset registry files to makefile.
+
Tue Mar 04 19:58:29 2003 Nanbor Wang <nanbor@cs.wustl.edu>
* ACEXML/common/FileCharStream.cpp (determine_encoding): Commented
diff --git a/ace/Makefile.bor b/ace/Makefile.bor
index 2e2bf8de58d..f140ef536e8 100644
--- a/ace/Makefile.bor
+++ b/ace/Makefile.bor
@@ -43,6 +43,8 @@ OBJFILES = \
$(OBJDIR)\CDR_Base.obj \
$(OBJDIR)\CDR_Stream.obj \
$(OBJDIR)\Codecs.obj \
+ $(OBJDIR)\Codeset_Repository.obj \
+ $(OBJDIR)\Codeset_Repository_db.obj \
$(OBJDIR)\Configuration.obj \
$(OBJDIR)\Configuration_Import_Export.obj \
$(OBJDIR)\Connection_Recycling_Strategy.obj \