// -*- MPC -*- // $Id$ project(*idl): taoidldefaults { IDL_Files { test.idl tests.idl } custom_only = 1 } project(*Server): taoserver, orbsvcsexe, iormanip, pi_server, ftorb, messaging, minimum_corba { after += *idl Source_Files { test_i.cpp testC.cpp testS.cpp testsC.cpp testsS.cpp Server_ORBInitializer.cpp Server_Request_Interceptor.cpp server.cpp } IDL_Files { } } project(*Client): taoclient, orbsvcsexe, iormanip, pi_server, ftorb, minimum_corba { after += *idl Source_Files { testC.cpp client.cpp } IDL_Files { } }