diff options
-rw-r--r-- | TAO/ChangeLog | 8 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 9e941032315..62413c4b783 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,8 +1,14 @@ +Mon Apr 10 18:42:47 UTC 2006 Chad Elliott <elliott_c@ociweb.com> + + * orbsvcs/tests/Event/Mcast/Simple/Simple.mpc: + + Fixed the 'after' setting in the client project. + Mon Apr 10 16:21:40 UTC 2006 Wallace Zhang <zhangw@ociweb.com> * orbsvcs/examples/ImR/Advanced/TestServer.cpp: - Trying to fix another compiler error in ICC 9.0 Windows + Trying to fix another compiler error in ICC 9.0 Windows 64-bit build. Mon Apr 10 14:50:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl> diff --git a/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc b/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc index b1b36128b90..ee053554cb1 100644 --- a/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc +++ b/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc @@ -19,7 +19,7 @@ project(*supplier): messaging, rteventexe, rtevent_serv, naming { } project(*consumer): messaging, rteventexe, rtevent_serv, naming { - after += ECMcastTests_Lib + after += ECMcastTests_lib libs += ECMcastTests specific (automake) { |