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

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

  specific {
    install_dir = ACEXML/parser/parser
  }

  Pkgconfig_Files {
    ACEXML_Parser.pc.in
  }
}