summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-03 14:27:43 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-03 14:27:43 +0000
commitca81ca2504fa4ac5537a7dedcaccefa1d1ecc36f (patch)
tree2cfb07c017d1e56ffff7d8afc14a8fa6190f0f28
parent1286d5c9e1593a59ba374d3b0bd99954f73ee80b (diff)
downloadATCD-ca81ca2504fa4ac5537a7dedcaccefa1d1ecc36f.tar.gz
ChangeLogTag: Tue May 3 14:27:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 620f91df70c..ae3da55aa2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Tue May 3 14:27:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * include/makeinclude/platform_aix_g++.GNU:
+ Simplified this file
+
+ * include/makeinclude/platform_aix_ibm.GNU:
+ Simplified this file and set gcc as preprocessor for TAO_IDL. The
+ Visual Age preprocessor is not usable for building applications
+ with idl files that include other idl files which only contain
+ includes. This is reported to IBM and we now force gcc as
+ preprocessor to prevent all kind of strange errors when building
+ the TAO examples/tests
+
Sun May 1 09:59:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* examples/Reactor/Misc/pingpong.cpp: