diff options
author | Chris Cleeland <chris.cleeland@gmail.com> | 2002-08-25 04:27:09 +0000 |
---|---|---|
committer | Chris Cleeland <chris.cleeland@gmail.com> | 2002-08-25 04:27:09 +0000 |
commit | f5db345a0399bd329edc7185fb800a64f6200b23 (patch) | |
tree | 2ae9e994c5aed2e72720b0d4a091ab9d2189a6e8 /ace/QoS | |
parent | c04516cb75cc6d171441442d2747b2530670335c (diff) | |
download | ATCD-f5db345a0399bd329edc7185fb800a64f6200b23.tar.gz |
ChangeLogTag:Sat Aug 24 22:47:22 2002 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'ace/QoS')
-rw-r--r-- | ace/QoS/qos.mpc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/ace/QoS/qos.mpc b/ace/QoS/qos.mpc index 75807cd351d..4725a31a174 100644 --- a/ace/QoS/qos.mpc +++ b/ace/QoS/qos.mpc @@ -1,6 +1,7 @@ -project : acelib { - depends = ace - sharedname = ACE_QoS - dllflags = ACE_QoS_BUILD_DLL - libout = .. +project : acelib, core { + depends = ace + sharedname = ACE_QoS + dllflags = ACE_QoS_BUILD_DLL + libout = .. + include_dir = ace/QoS } |