summaryrefslogtreecommitdiff
path: root/ACEXML/parser/parser/parser.mpc
blob: 859882e838d0dcb7d3be22fa9100c83e595764c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//  -*- MPC -*-
// $Id$

project(ACEXML_Parser): acelib, core {
  sharedname    = ACEXML_Parser
  after        += ACEXML
  libs         += ACEXML
  dynamicflags += ACEXML_PARSER_BUILD_DLL

  Pkgconfig_Files {
    ACEXML_Parser.pc.in
  }
}