// -*- MPC -*- // $Id$ project(*idl): taoidldefaults { IDL_Files { test.idl } custom_only = 1 } project(*SSL Server): taoexe, portableserver, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro { after += *idl Source_Files { test_i.cpp testS.cpp testC.cpp server.cpp } IDL_Files { } } project(*SSL Client): taoexe, portableserver, avoids_minimum_corba, bidir_giop, avoids_corba_e_micro { after += *idl Source_Files { test_i.cpp testS.cpp testC.cpp client.cpp } IDL_Files { } }