summaryrefslogtreecommitdiff
path: root/ACE/ace/QoS/qos.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:30 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:30 +0000
commitc44379cc7d9c7aa113989237ab0f56db12aa5219 (patch)
tree66a84b20d47f2269d8bdc6e0323f338763424d3a /ACE/ace/QoS/qos.mpc
parent3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c (diff)
downloadATCD-c44379cc7d9c7aa113989237ab0f56db12aa5219.tar.gz
Repo restructuring
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..cf50f96b557
--- /dev/null
+++ b/ACE/ace/QoS/qos.mpc
@@ -0,0 +1,16 @@
+// -*- 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
+ }
+}