diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-12 17:55:54 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-12 17:55:54 +0000 |
commit | b0b586946b93ca3e8a05f1554ab183a407921673 (patch) | |
tree | df9420d8f2fd0cac8b999cf9021d2f2fc0c84608 /bin | |
parent | a0854ad44c6b15eb82c477b54914db3fe63dbe34 (diff) | |
download | ATCD-b0b586946b93ca3e8a05f1554ab183a407921673.tar.gz |
ChangeLogTag: Mon Apr 12 12:54:37 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/MakeProjectCreator/config/qos.mpb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/bin/MakeProjectCreator/config/qos.mpb b/bin/MakeProjectCreator/config/qos.mpb index 4add5aad5ee..5e938dd3e6f 100644 --- a/bin/MakeProjectCreator/config/qos.mpb +++ b/bin/MakeProjectCreator/config/qos.mpb @@ -2,9 +2,7 @@ // $Id$ feature(qos) { - after += QoS - libs += ACE_QoS - specific(borland, bmake, nmake, em3, vc6, vc7, vc71) { - macros += ACE_HAS_WINSOCK2_GQOS - } + after += QoS + libs += ACE_QoS + macros += ACE_HAS_QOS } |