diff options
Diffstat (limited to 'ACE/ace/XML_Utils')
-rw-r--r-- | ACE/ace/XML_Utils/XML.mpc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ACE/ace/XML_Utils/XML.mpc b/ACE/ace/XML_Utils/XML.mpc index 69d9f40ad59..dc83dd836b8 100644 --- a/ACE/ace/XML_Utils/XML.mpc +++ b/ACE/ace/XML_Utils/XML.mpc @@ -15,6 +15,11 @@ project (ACE_XML_Utils) : install, acelib, xerces, ace_output { XSCRT } + Inline_Files { + XMLSchema + XSCRT + } + Header_Files { XML_Utils_Export.h XML_Error_Handler.h @@ -22,6 +27,8 @@ project (ACE_XML_Utils) : install, acelib, xerces, ace_output { XML_Schema_Resolver.h XML_Typedefs.h XML_Helper.h + XMLSchema + XSCRT } Source_Files { |