summaryrefslogtreecommitdiff
path: root/ACEXML/common/common.mpc
blob: 9702a48220a758446706b8ad77099256b9100234 (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
//  -*- MPC -*-
// $Id$

project(ACEXML): acelib, codecs, core {
  sharedname    = ACEXML
  dynamicflags += ACEXML_BUILD_DLL

  Source_Files {
    // This file will only be added if the ace_codecs feature is enabled.
    // See codecs.mpb for more information.
    !XML_Codecs.cpp
  }

  Header_Files {
    ACEXML_Export.h
    Attributes.h
    ContentHandler.h
    DTDHandler.h
    EntityResolver.h
    ErrorHandler.h
    Locator.h
    XMLFilter.h
    XMLReader.h
    XML_Macros.h
    XML_Types.h
    XML_Util.h
  }

  Pkgconfig_Files {
    ACEXML.pc.in
  }
}