// -*- MPC -*- // $Id$ project(*idl): taoidldefaults { IDL_Files { Test.idl } custom_only = 1 } project(*Server): taoserver, messaging { after += *idl Source_Files { Payload_Receiver.cpp server.cpp TestC.cpp TestS.cpp } IDL_Files { } } project(*Client): taoclient, messaging { after += *idl after += *Server Source_Files { TestC.cpp Client_Task.cpp client.cpp } IDL_Files { } }