summaryrefslogtreecommitdiff
path: root/ACE/ace/XML_Utils/XML.mpc
blob: a1ff434efbf011543825ba2aad47d7fdb705af61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
// $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
  }

  Template_Files {
    XML_Helper.tpp
    XML_Schema_Resolver.tpp
    XMLSchema
    XSCRT
  }

  Inline_Files {
    XMLSchema
    XSCRT
  }

  Header_Files {
    XML_Utils_Export.h
    XML_Error_Handler.h
    XercesString.h
    XML_Schema_Resolver.h
    XML_Typedefs.h
    XML_Helper.h
    XMLSchema
    XSCRT
  }

  Source_Files {
    XML_Error_Handler.cpp
    XercesString.cpp
    XML_Schema_Resolver.cpp
    XML_Typedefs.cpp
  }

  Pkgconfig_Files {
    ACE_XML_Utils.pc.in
  }
}