summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2005-03-25 17:03:04 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2005-03-25 17:03:04 +0000
commit8c7c5ea2445d34f36058fbb90db8000f19634a94 (patch)
treedc5d910491c0a7064fbf5ab0e0686c300218811f
parentbd97c79f77a20fd2d3ea62cb8c30b6cc160830da (diff)
downloadMPC-8c7c5ea2445d34f36058fbb90db8000f19634a94.tar.gz
ChangeLogTag: Fri Mar 25 10:59:10 2005 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog7
-rw-r--r--config/xerces.mpb2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index af768b4e..0095032d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri Mar 25 10:59:10 2005 Chad Elliott <elliott_c@ociweb.com>
+
+ * config/xerces.mpb:
+
+ Changed libs to lit_libs to avoid putting the library decorator on
+ the xerces-c library under windows.
+
Thu Mar 24 08:38:59 2005 Chad Elliott <elliott_c@ociweb.com>
* modules/AutomakeProjectCreator.pm:
diff --git a/config/xerces.mpb b/config/xerces.mpb
index af6bc814..5a50cf7b 100644
--- a/config/xerces.mpb
+++ b/config/xerces.mpb
@@ -3,7 +3,7 @@
project {
includes += $(XERCESCROOT)/include
- libs += xerces-c
+ lit_libs += xerces-c
macros += XML_USE_PTHREADS
libpaths += $(XERCESCROOT)/lib
}