diff options
Diffstat (limited to 'ACE/ace/QoS/qos.mpc')
-rw-r--r-- | ACE/ace/QoS/qos.mpc | 16 |
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 + } +} |