diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-05-05 12:53:55 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-05-05 12:53:55 +0000 |
commit | 3c61e20f081bf6fbab6d3483e5e7f71cb91c4974 (patch) | |
tree | 4d687030d8e848eb2c325e8234fb807f578df890 /ace/QoS/qos.mpc | |
parent | 65ce81267a19f490a22443567c75276fc864cbd2 (diff) | |
download | ATCD-RepositoryManager.tar.gz |
This commit was manufactured by cvs2svn to create branchRepositoryManager
'RepositoryManager'.
Diffstat (limited to 'ace/QoS/qos.mpc')
-rw-r--r-- | ace/QoS/qos.mpc | 16 |
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 - } -} |