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

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

  Pkgconfig_Files {
    ACEXML_Parser.pc.in
  }
}