summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/parser/parser/parser.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/parser/parser/parser.mpc')
-rw-r--r--ACE/ACEXML/parser/parser/parser.mpc18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACE/ACEXML/parser/parser/parser.mpc b/ACE/ACEXML/parser/parser/parser.mpc
new file mode 100644
index 00000000000..a70cff8fc5f
--- /dev/null
+++ b/ACE/ACEXML/parser/parser/parser.mpc
@@ -0,0 +1,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
+ }
+}