// -*- MPC -*- project(*idl): taoidldefaults { IDL_Files { Two_Objects.idl } custom_only = 1 } project(*Server): taoserver { after += *idl Source_Files { Two_ObjectsC.cpp Two_ObjectsS.cpp worker.cpp First_i.cpp Second_i.cpp Object_Factory_i.cpp server.cpp } IDL_Files { } } project(*Client): taoclient, anytypecode { after += *idl Source_Files { Two_ObjectsC.cpp client.cpp } IDL_Files { } }