// $Id$ project(*oneways idl RT): taoidldefaults { IDL_Files { test.idl } custom_only = 1 } project(*oneways server RT): rt_server, messaging, minimum_corba { exename = server after += *oneways_idl_RT Source_Files { test_i.cpp server.cpp testS.cpp testC.cpp } IDL_Files { } } project(*oneways client RT): rt_client, messaging, minimum_corba { exename = client after += *oneways_idl_RT Source_Files { testC.cpp client.cpp } IDL_Files { } }