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

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

  Pkgconfig_Files {
    ACEXML_Parser.pc.in
  }
}