summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-09-27 18:41:00 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-09-27 18:41:00 +0000
commit8679b99acaaf43b3eba3453528620be6591dd103 (patch)
tree60e9fdbe4ea814fbe49926f29d0b4ff506fd6709
parent5523a93687ac0619c850c64d820eee52331187d2 (diff)
downloadATCD-8679b99acaaf43b3eba3453528620be6591dd103.tar.gz
Tue Sep 27 13:40:45 2005 William Otte <wotte@dre.vanderbilt.edu>
-rw-r--r--ChangeLog7
-rw-r--r--bin/MakeProjectCreator/config/ciao_config_handlers.mpb7
-rw-r--r--bin/MakeProjectCreator/config/ciao_xml_utils.mpb9
3 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 666f2ee0d3c..453a8b3d947 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Sep 27 13:40:45 2005 William Otte <wotte@dre.vanderbilt.edu>
+
+ * bin/MakeProjectCreator/config/ciao_config_handlers.mpb
+ * bin/MakeProjectCreator/config/ciao_xml_utils.mpb
+
+ Added files that should have been part of the previous commit.
+
Tue Sep 27 13:12:28 2005 William Otte <wotte@dre.vanderbilt.edu>
* bin/MakeProjectCreator/config/ciao_client.mpb
diff --git a/bin/MakeProjectCreator/config/ciao_config_handlers.mpb b/bin/MakeProjectCreator/config/ciao_config_handlers.mpb
new file mode 100644
index 00000000000..e07462e1ac4
--- /dev/null
+++ b/bin/MakeProjectCreator/config/ciao_config_handlers.mpb
@@ -0,0 +1,7 @@
+// -*- MPC -*-
+// $Id$
+
+project : ciao_xml_utils {
+ after += XSC_Config_Handlers
+ libs += XSC_Config_Handlers XSC_XML_Handlers RT_CCM_Config_Handlers
+} \ No newline at end of file
diff --git a/bin/MakeProjectCreator/config/ciao_xml_utils.mpb b/bin/MakeProjectCreator/config/ciao_xml_utils.mpb
new file mode 100644
index 00000000000..d597fd6e9e6
--- /dev/null
+++ b/bin/MakeProjectCreator/config/ciao_xml_utils.mpb
@@ -0,0 +1,9 @@
+// -*- MPC -*-
+// $Id$
+
+project : xerces {
+ includes += $(CIAO_ROOT)/tools
+ after += CIAO_XML_Utils
+ requires += exceptions
+ libs += CIAO_XML_Utils
+} \ No newline at end of file