From 40fdc8a404e75ab03b68cc62e9987cf208fd8c30 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 16 Sep 2004 21:19:02 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'typecode-overhaul'. --- TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc') diff --git a/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc b/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc index ed469821a28..2be127fbfd1 100644 --- a/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc +++ b/TAO/orbsvcs/examples/Notify/ThreadPool/Notify_ThreadPool.mpc @@ -1,5 +1,6 @@ // $Id$ -project(*Supplier): rtnotify, notifytest, rtportableserver, minimum_corba { +project(*Supplier): rtnotify, notifytest, rtportableserver { + avoids += minimum_corba exename = Supplier Source_Files { Supplier.cpp @@ -9,7 +10,8 @@ project(*Supplier): rtnotify, notifytest, rtportableserver, minimum_corba { } } -project(*Consumer): rtnotify, notifytest, rtportableserver, minimum_corba { +project(*Consumer): rtnotify, notifytest, rtportableserver { + avoids += minimum_corba exename = Consumer Source_Files { Consumer.cpp -- cgit v1.2.1