summaryrefslogtreecommitdiff
path: root/CIAO/RACE/Planners/Base/Planner.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/RACE/Planners/Base/Planner.mpc')
-rw-r--r--CIAO/RACE/Planners/Base/Planner.mpc6
1 files changed, 4 insertions, 2 deletions
diff --git a/CIAO/RACE/Planners/Base/Planner.mpc b/CIAO/RACE/Planners/Base/Planner.mpc
index 698cb689cb5..1f4dd54be45 100644
--- a/CIAO/RACE/Planners/Base/Planner.mpc
+++ b/CIAO/RACE/Planners/Base/Planner.mpc
@@ -6,7 +6,8 @@ project(Planner_stub): ciao_deployment_stub {
after += Planner_Interface_stub RACE_common_stub
sharedname = Planner_stub
- idlflags += -Wb,stub_export_macro=PLANNER_STUB_Export \
+ idlflags += -Sc \
+ -Wb,stub_export_macro=PLANNER_STUB_Export \
-Wb,stub_export_include=Planner_stub_export.h \
-Wb,skel_export_macro=PLANNER_SVNT_Export \
-Wb,skel_export_include=Planner_svnt_export.h
@@ -36,7 +37,8 @@ project(Planner_svnt) : ciao_servant_dnc {
sharedname = Planner_svnt
libs += Planner_Interface_stub Planner_Interface_svnt Planner_stub RACE_common_stub
- idlflags += -Wb,stub_export_macro=PLANNER_STUB_Export \
+ idlflags += -Sc \
+ -Wb,stub_export_macro=PLANNER_STUB_Export \
-Wb,stub_export_include=Planner_stub_export.h \
-Wb,skel_export_macro=PLANNER_SVNT_Export \
-Wb,skel_export_include=Planner_svnt_export.h