diff options
Diffstat (limited to 'TAO/CIAO/RACE/Planners/Interface/Planner_Interface.mpc')
-rw-r--r-- | TAO/CIAO/RACE/Planners/Interface/Planner_Interface.mpc | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/TAO/CIAO/RACE/Planners/Interface/Planner_Interface.mpc b/TAO/CIAO/RACE/Planners/Interface/Planner_Interface.mpc new file mode 100644 index 00000000000..55f11d63cc4 --- /dev/null +++ b/TAO/CIAO/RACE/Planners/Interface/Planner_Interface.mpc @@ -0,0 +1,59 @@ +// generate_component_mpc.pl,v 1.9 2003/12/22 21:56:27 boris Exp +// This file is generated with "generate_component_mpc.pl -n Planner_I" + +project(Planner_Interface_stub): ciao_deployment_stub { + + sharedname = Planner_Interface_stub + idlflags += -Sc \ + -Wb,stub_export_macro=PLANNER_INTERFACE_STUB_Export \ + -Wb,stub_export_include=Planner_Interface_stub_export.h \ + -Wb,skel_export_macro=PLANNER_INTERFACE_SVNT_Export \ + -Wb,skel_export_include=Planner_Interface_svnt_export.h + dynamicflags = PLANNER_INTERFACE_STUB_BUILD_DLL + + IDL_Files { + Planner_I.idl + } + + Source_Files { + Planner_IC.cpp + } + + Header_Files { + Planner_IC.h + } + + Inline_Files { + Planner_IC.inl + } +} + +project(Planner_Interface_svnt) : ciao_servant_dnc { + + after += Planner_Interface_stub + sharedname = Planner_Interface_svnt + libs += Planner_Interface_stub + + idlflags += -Sc \ + -Wb,stub_export_macro=PLANNER_INTERFACE_STUB_Export \ + -Wb,stub_export_include=Planner_Interface_stub_export.h \ + -Wb,skel_export_macro=PLANNER_INTERFACE_SVNT_Export \ + -Wb,skel_export_include=Planner_Interface_svnt_export.h + dynamicflags = PLANNER_INTERFACE_SVNT_BUILD_DLL + + IDL_Files { + Planner_I.idl + } + + Source_Files { + Planner_IS.cpp + } + + Header_Files { + Planner_IS.h + } + + Inline_Files { + Planner_IS.inl + } +} |