summaryrefslogtreecommitdiff
path: root/ACE/ace/XML_Utils/XML.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/XML_Utils/XML.mpc')
-rw-r--r--ACE/ace/XML_Utils/XML.mpc21
1 files changed, 21 insertions, 0 deletions
diff --git a/ACE/ace/XML_Utils/XML.mpc b/ACE/ace/XML_Utils/XML.mpc
new file mode 100644
index 00000000000..3bd84708aec
--- /dev/null
+++ b/ACE/ace/XML_Utils/XML.mpc
@@ -0,0 +1,21 @@
+// $Id$
+
+project (ACE_XML_Utils) : install, acelib, xerces, ace_output {
+ sharedname += ACE_XML_Utils
+ dynamicflags += XML_UTILS_BUILD_DLL
+
+ specific {
+ install_dir = ace/XML_Utils
+ }
+
+ Header_Files {
+ XML_Utils_Export.h
+ }
+
+ Source_Files {
+ XML_Error_Handler.cpp
+ XercesString.cpp
+ XML_Schema_Resolver.cpp
+ XML_Typedefs.cpp
+ }
+}