// -*- MPC -*- // $Id$ project(*idl): taoidldefaults { IDL_Files { Test.idl } custom_only = 1 } project(*server): orbsvcsexe, portablegroup, loadbalancing, naming, svc_utils { after += *idl Source_Files { server.cpp LB_server.cpp Basic.cpp TestS.cpp TestC.cpp } IDL_Files { } } project(*client): orbsvcsexe, portablegroup, loadbalancing, naming, svc_utils { after += *idl Source_Files { client.cpp TestC.cpp } IDL_Files { } }