summaryrefslogtreecommitdiff
path: root/ace/QoS/qos.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ace/QoS/qos.mpc')
-rw-r--r--ace/QoS/qos.mpc16
1 files changed, 0 insertions, 16 deletions
diff --git a/ace/QoS/qos.mpc b/ace/QoS/qos.mpc
deleted file mode 100644
index cf50f96b557..00000000000
--- a/ace/QoS/qos.mpc
+++ /dev/null
@@ -1,16 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(QoS) : acelib, core {
- 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
- }
-}