From 2740937fb25a9f00c6aaaa1299f1f595f3431bb3 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Thu, 5 Aug 2010 16:55:50 +0000 Subject: Thu Aug 5 16:56:01 UTC 2010 Johnny Willemsen * bin/MakeProjectCreator/config/tmcast.mpb: * protocols/tests/RMCast/RMCast.mpc: Removed exceptions as base project --- ACE/ChangeLog | 6 ++++++ ACE/bin/MakeProjectCreator/config/tmcast.mpb | 2 +- ACE/protocols/tests/RMCast/RMCast.mpc | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 8ff6deaa6dd..ad32f126936 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,9 @@ +Thu Aug 5 16:56:01 UTC 2010 Johnny Willemsen + + * bin/MakeProjectCreator/config/tmcast.mpb: + * protocols/tests/RMCast/RMCast.mpc: + Removed exceptions as base project + Thu Aug 5 09:00:49 UTC 2010 Johnny Willemsen * ace/ACE.cpp: diff --git a/ACE/bin/MakeProjectCreator/config/tmcast.mpb b/ACE/bin/MakeProjectCreator/config/tmcast.mpb index 4283f27902f..cfe9bed22aa 100644 --- a/ACE/bin/MakeProjectCreator/config/tmcast.mpb +++ b/ACE/bin/MakeProjectCreator/config/tmcast.mpb @@ -1,7 +1,7 @@ // -*- MPC -*- // $Id$ -project: acelib, exceptions, threads { +project: acelib, threads { avoids += ace_for_tao after += TMCast libs += ACE_TMCast diff --git a/ACE/protocols/tests/RMCast/RMCast.mpc b/ACE/protocols/tests/RMCast/RMCast.mpc index 12bd8174c4b..897e1611b71 100644 --- a/ACE/protocols/tests/RMCast/RMCast.mpc +++ b/ACE/protocols/tests/RMCast/RMCast.mpc @@ -1,13 +1,13 @@ // -*- MPC -*- // $Id$ -project(*Sender) : aceexe, exceptions, rmcast { +project(*Sender) : aceexe, rmcast { exename = sender Source_Files { Sender.cpp } } -project(*Receiver) : aceexe, exceptions, rmcast { +project(*Receiver) : aceexe, rmcast { exename = receiver Source_Files { Receiver.cpp -- cgit v1.2.1