2 project (*idl): taoidldefaults {
9 project(*Test_Client_Module): taolib_with_idl, anytypecode {
11 sharedname = Test_Client_Module
12 dynamicflags = TEST_CLIENT_MODULE_BUILD_DLL
16 Test_Client_Module.cpp
22 project(*Test_Server_Module) : taolib_with_idl, portableserver {
24 sharedname = Test_Server_Module
25 dynamicflags += TEST_SERVER_MODULE_BUILD_DLL
26 after += *Test_CLient_Module
29 Test_Server_Module.cpp
39 project(*Server) : taoexe {
50 project(*Client): taoclient {