From 15fc30e5a5d54fb3b2fd28bdd143e9037448c3da Mon Sep 17 00:00:00 2001 From: elliott_c Date: Thu, 5 Feb 2004 18:25:57 +0000 Subject: ChangeLogTag: Thu Feb 5 12:24:24 2004 Chad Elliott --- TAO/ChangeLog | 8 ++++++++ TAO/performance-tests/Sequence_Latency/AMI/ami.mpc | 10 +++++----- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 9ca5da7ff5e..a047edd788f 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,11 @@ +Thu Feb 5 12:24:24 2004 Chad Elliott + + * performance-tests/Sequence_Latency/AMI/ami.mpc: + + Added taoexe to the inheritance list for both projects in this mpc + file. They were relying on valuetype to bring in taoidldefaults, + which has changed. + Thu Feb 5 10:29:37 2004 Chad Elliott * orbsvcs/orbsvcs/Time_Utilities.h: diff --git a/TAO/performance-tests/Sequence_Latency/AMI/ami.mpc b/TAO/performance-tests/Sequence_Latency/AMI/ami.mpc index 0c2b1d2b4a3..7097492b3f0 100644 --- a/TAO/performance-tests/Sequence_Latency/AMI/ami.mpc +++ b/TAO/performance-tests/Sequence_Latency/AMI/ami.mpc @@ -1,7 +1,7 @@ // -*- MPC -*- // $Id$ -project(* sequence server): messaging, strategies { +project(* sequence server): taoexe, messaging, strategies { idlflags -= -Sc idlflags += -GC requires += ami @@ -10,10 +10,10 @@ project(* sequence server): messaging, strategies { Roundtrip.cpp Server_Task.cpp server.cpp - } + } } - -project(* sequence client): messaging, strategies { + +project(* sequence client): taoexe, messaging, strategies { exename = client idlflags -= -Sc idlflags += -GC @@ -22,6 +22,6 @@ project(* sequence client): messaging, strategies { Source_Files { Roundtrip_Handler.cpp client.cpp - } + } } -- cgit v1.2.1