// -*- MPC -*- project (*idl): taoidldefaults { IDL_Files { Test.idl } custom_only = 1 } project(*Test_Client_Module): taolib_with_idl, anytypecode { after += *idl sharedname = Test_Client_Module dynamicflags = TEST_CLIENT_MODULE_BUILD_DLL Source_Files { TestC.cpp Test_Client_Module.cpp } IDL_Files { } } project(*Test_Server_Module) : taolib_with_idl, portableserver { after += *idl sharedname = Test_Server_Module dynamicflags += TEST_SERVER_MODULE_BUILD_DLL after += *Test_CLient_Module Source_Files { Test_Server_Module.cpp TestS.cpp TestC.cpp Test_i.cpp } IDL_Files { } } project(*Server) : taoexe { after += *idl exename = server IDL_Files { } Source_Files { server.cpp } } project(*Client): taoclient { after += *idl IDL_Files { } Source_Files { client.cpp } }