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