// -*- MPC -*- project(*Nested_Upcall_Idl): taoidldefaults { IDL_Files { test.idl } custom_only = 1 } project(*Nested_Upcall_Server): taoserver { after += *Nested_Upcall_Idl Source_Files { testC.cpp testS.cpp server_i.cpp server.cpp } IDL_Files { } } project(*Nested_Upcall_Client): taoserver { exename = client after += *Nested_Upcall_Idl Source_Files { testC.cpp testS.cpp client_i.cpp client.cpp } IDL_Files { } }