summaryrefslogtreecommitdiff
path: root/ACE/ace/QoS/qos.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/QoS/qos.mpc')
-rw-r--r--ACE/ace/QoS/qos.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/ACE/ace/QoS/qos.mpc b/ACE/ace/QoS/qos.mpc
new file mode 100644
index 00000000000..bb916932991
--- /dev/null
+++ b/ACE/ace/QoS/qos.mpc
@@ -0,0 +1,16 @@
+// -*- MPC -*-
+// $Id$
+
+project(QoS) : acelib, install {
+ requires += qos
+ sharedname = ACE_QoS
+ dynamicflags = ACE_QoS_BUILD_DLL
+
+ specific(borland, bmake, nmake, em3, vc6, vc7, vc71, vc8) {
+ macros += ACE_HAS_WINSOCK2_GQOS
+ }
+
+ pkgconfig_files {
+ ACE_QoS.pc.in
+ }
+}