summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2006-11-08 13:46:03 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2006-11-08 13:46:03 +0000
commite62f6c4267f983aea3a0c764d267a2ab0372c54d (patch)
treec9324e08b865e39c7b16e1db4a7e387ca6bae818
parentaa10c2e42b5e96e9a0e638cb4424b587fed38d8b (diff)
downloadATCD-e62f6c4267f983aea3a0c764d267a2ab0372c54d.tar.gz
ChangeLogTag: Wed Nov 8 13:45:07 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/examples/C++NPv2/C++NPv2.mpc1
2 files changed, 8 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index c053d8a1d13..649d4cfe9a0 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Wed Nov 8 13:45:07 UTC 2006 Chad Elliott <elliott_c@ociweb.com>
+
+ * examples/C++NPv2/C++NPv2.mpc:
+
+ The AC_CLD project requires threads in order to build and run
+ correctly.
+
Tue Nov 07 15:49:10 UTC 2006 Martin Corino <mcorino@remedy.nl>
* ace/OS_NS_netdb.inl:
diff --git a/ACE/examples/C++NPv2/C++NPv2.mpc b/ACE/examples/C++NPv2/C++NPv2.mpc
index 675db6f9929..690fede986e 100644
--- a/ACE/examples/C++NPv2/C++NPv2.mpc
+++ b/ACE/examples/C++NPv2/C++NPv2.mpc
@@ -8,6 +8,7 @@
// without setting a build dependency within vc6 and the like.
project(*AC_CLD) : acelib, ssl {
+ requires += threads
avoids += uses_wchar
sharedname = AC_CLD
dynamicflags = AC_CLD_BUILD_DLL