summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc')
-rw-r--r--TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc17
1 files changed, 13 insertions, 4 deletions
diff --git a/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc b/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc
index cfe7fc7e2a3..649aa038b66 100644
--- a/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc
+++ b/TAO/CIAO/examples/OEP/Display/RateGen/RateGen.mpc
@@ -4,8 +4,15 @@
project(RateGen_stub): ciao_client {
after += HUDisplay_stub
sharedname = RateGen_stub
- idlflags += -Wb,stub_export_macro=RATEGEN_STUB_Export -Wb,stub_export_include=RateGen_stub_export.h -Wb,skel_export_macro=RATEGEN_SVNT_Export -Wb,skel_export_include=RateGen_svnt_export.h
+
+ idlflags += -Wb,stub_export_macro=RATEGEN_STUB_Export
+ idlflags += -Wb,stub_export_include=RateGen_stub_export.h
+ idlflags += -Wb,skel_export_macro=RATEGEN_SVNT_Export
+ idlflags += -Wb,skel_export_include=RateGen_svnt_export.h
+
dynamicflags = RATEGEN_STUB_BUILD_DLL
+
+ libs += HUDisplay_stub
IDL_Files {
RateGen.idl
@@ -21,7 +28,8 @@ project(RateGen_svnt) : ciao_servant {
sharedname = RateGen_svnt
libs += RateGen_stub HUDisplay_stub HUDisplay_svnt
libpaths += ..
- idlflags += -Wb,export_macro=RATEGEN_SVNT_Export -Wb,export_include=RateGen_svnt_export.h
+ idlflags += -Wb,export_macro=RATEGEN_SVNT_Export
+ idlflags += -Wb,export_include=RateGen_svnt_export.h
dynamicflags = RATEGEN_SVNT_BUILD_DLL
CIDL_Files {
@@ -44,8 +52,9 @@ project(RateGen_exec) : ciao_component {
after += RateGen_svnt
sharedname = RateGen_exec
libs += RateGen_stub HUDisplay_stub RateGen_svnt
- libpaths += ..
- idlflags += -Wb,export_macro=RATEGEN_EXEC_Export -Wb,export_include=RateGen_exec_export.h
+ libpaths += ..
+ idlflags += -Wb,export_macro=RATEGEN_EXEC_Export
+ idlflags += -Wb,export_include=RateGen_exec_export.h
dynamicflags = RATEGEN_EXEC_BUILD_DLL
IDL_Files {