2 project(*idl): taoidldefaults {
3 idlflags += -Wb,skel_export_macro=Diamond_Export \
4 -Wb,stub_export_macro=MY_Stub_Export \
5 -Wb,skel_export_include=diamond_export.h \
6 -Wb,stub_export_include=stub_export.h \
14 project(*Test_Stub): taolib_with_idl {
17 sharedname = Collocation_Test_Stub
18 dynamicflags += MY_STUB_BUILD_DLL
27 project(*Diamond) : taolib_with_idl, portableserver {
28 after += *idl *Test_Stub
29 after += Collocation_Test_Stub
31 sharedname = Collocation_Diamond
32 dynamicflags += DIAMOND_BUILD_DLL
34 libs += Collocation_Test_Stub
44 project(*Server) : taoserver, strategies {
45 after += *Test_Stub *Diamond
46 libs += Collocation_Test_Stub Collocation_Diamond
52 Collocation_Tester.cpp