summaryrefslogtreecommitdiff
path: root/ACEXML/common/common.mpc
blob: edd903cf5b79d29a99ad3398b56d95f678d04bf4 (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
//  -*- 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
    XML_Macros.h
    XMLReader.h
    XML_Types.h
  }
}