// -*- MPC -*- // $Id$ project(*idl): taoidldefaults { IDL_Files { test.idl } custom_only = 1 } project(*Server): taoserver { after += *idl Source_Files { testC.cpp testS.cpp test_i.cpp server.cpp } IDL_Files { } } project(*Client): taoclient, messaging { after += *idl Source_Files { testC.cpp client.cpp } IDL_Files { } }