summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-09-29 10:01:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-09-29 10:01:56 +0000
commitcd609a497c91e68c4d3e1c944764e4076fa04896 (patch)
tree43127fe1b534e9cee3c11efb189751f3144d2abf
parentcdb789915cafa63e119e52316abf9eaf44a22623 (diff)
downloadATCD-cd609a497c91e68c4d3e1c944764e4076fa04896.tar.gz
Fri Sep 29 10:00:04 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ACE/ChangeLog7
-rw-r--r--ACE/examples/Web_Crawler/Web_Crawler.mpc3
2 files changed, 10 insertions, 0 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index 2ead9145c71..9dbbc42cfd9 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,10 @@
+Fri Sep 29 10:00:04 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * examples/Web_Crawler/Web_Crawler.mpc:
+ Added avoids+=uses_wchar for borland and bmake, the Borland
+ compiler gives a warning which can't be easily suppressed and
+ by not building this project we do get a few new green builds
+
Thu Sep 28 19:37:13 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
* bin/diff-builds.pl:
diff --git a/ACE/examples/Web_Crawler/Web_Crawler.mpc b/ACE/examples/Web_Crawler/Web_Crawler.mpc
index 7750d7cbd5d..bb9b7fba3d6 100644
--- a/ACE/examples/Web_Crawler/Web_Crawler.mpc
+++ b/ACE/examples/Web_Crawler/Web_Crawler.mpc
@@ -4,4 +4,7 @@
project : aceexe {
avoids += ace_for_tao
exename = main
+ specific(borland, bmake) {
+ avoids += uses_wchar
+ }
}