// $Id$ project(*lib): taolib_with_idl, portableserver { avoids += minimum_corba sharedname = Generic_Servant dynamicflags = GENERIC_SERVANT_BUILD_DLL idlflags += -Wb,export_macro=GENERIC_SERVANT_Export -Wb,export_include=generic_servant_export.h Source_Files { test_i.cpp } } project(*client): taoexe, portableserver { avoids += minimum_corba after += *lib libs += Generic_Servant idl_files { } Source_Files { client.cpp } }