📄 ftorb.mpc
字号:
// -*- MPC -*-
// FTORB.mpc,v 1.16 2003/12/26 05:42:31 bala Exp
project(FTORB_Utils) : orbsvcslib, core, iormanip, portableserver {
sharedname = TAO_FTORB_Utils
idlflags += -Wb,skel_export_include=tao/PortableServer/PolicyS.h
dynamicflags = TAO_FT_ORB_UTILS_BUILD_DLL
tagchecks += FTORB_Utils
// Add this include path for precompiled headers
includes += $(TAO_ROOT)/orbsvcs/orbsvcs
avoids += minimum_corba
IDL_Files {
PortableGroup_Simple_DS.idl
}
IDL_Files {
idlflags += -Wb,export_macro=TAO_FT_ORB_Utils_Export -Wb,export_include=FaultTolerance/FT_ORB_Utils_export.h
FT_CORBA_ORB.idl
}
Source_Files(ORBSVCS_COMPONENTS) {
FTORB_Utils {
FT_CORBA_ORBC.cpp
FT_CORBA_ORBS.cpp
PortableGroup_Simple_DSC.cpp
FaultTolerance/FT_IOGR_Property.cpp
}
}
}
project(FT_ClientORB) : orbsvcslib, ftorbutils, core, iormanip, messaging, portablegroup{
sharedname = TAO_FT_ClientORB
idlflags += -Wb,export_macro=TAO_FT_ServerORB_Export -Wb,export_include=FaultTolerance/FT_ServerORB_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h
dynamicflags = TAO_FT_CLIENTORB_BUILD_DLL
tagchecks += FT_ClientORB
libs += TAO_FTORB_Utils
// Add this include path for precompiled headers
includes += $(TAO_ROOT)/orbsvcs/orbsvcs
avoids += minimum_corba
IDL_Files {
}
Source_Files(ORBSVCS_COMPONENTS) {
FT_ClientORB {
FaultTolerance/FT_ClientRequest_Interceptor.cpp
FaultTolerance/FT_ClientORBInitializer.cpp
FaultTolerance/FT_ClientPolicyFactory.cpp
FaultTolerance/FT_ClientPolicy_i.cpp
FaultTolerance/FT_ClientService_Activate.cpp
FaultTolerance/FT_Endpoint_Selector_Factory.cpp
FaultTolerance/FT_Invocation_Endpoint_Selectors.cpp
PortableGroup_Simple_DSC.cpp
FaultTolerance/FT_Service_Callbacks.cpp
}
}
}
project(FT_ServerORB) : orbsvcslib, ftorbutils, core, iormanip, messaging, portablegroup{
sharedname = TAO_FT_ServerORB
idlflags += -Wb,export_macro=TAO_FT_ServerORB_Export -Wb,export_include=FaultTolerance/FT_ServerORB_export.h -Wb,skel_export_include=tao/PortableServer/PolicyS.h
dynamicflags = TAO_FT_SERVERORB_BUILD_DLL
tagchecks += FT_ServerORB
libs += TAO_FTORB_Utils
// Add this include path for precompiled headers
includes += $(TAO_ROOT)/orbsvcs/orbsvcs
avoids += minimum_corba
IDL_Files {
}
Source_Files(ORBSVCS_COMPONENTS) {
FT_ServerORB {
FaultTolerance/FT_ServerORBInitializer.cpp
FaultTolerance/FT_ServerPolicyFactory.cpp
FaultTolerance/FT_ServerPolicy_i.cpp
FaultTolerance/FT_ServerRequest_Interceptor.cpp
PortableGroup_Simple_DSC.cpp
FaultTolerance/FT_ServerService_Activate.cpp
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -