summaryrefslogtreecommitdiff
path: root/bin
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 /bin
parent5523a93687ac0619c850c64d820eee52331187d2 (diff)
downloadATCD-8679b99acaaf43b3eba3453528620be6591dd103.tar.gz
Tue Sep 27 13:40:45 2005 William Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'bin')
-rw-r--r--bin/MakeProjectCreator/config/ciao_config_handlers.mpb7
-rw-r--r--bin/MakeProjectCreator/config/ciao_xml_utils.mpb9
2 files changed, 16 insertions, 0 deletions
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