summaryrefslogtreecommitdiff
path: root/CIAO/examples/Display/RateGen/RateGen.mpc
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-15 20:07:19 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-15 20:07:19 +0000
commit4bb863a3a06c72f9081097a416276876e33f90c4 (patch)
treee69d153871cf677befaa42b5e9b39b109af1d6da /CIAO/examples/Display/RateGen/RateGen.mpc
parent0ad077a85f2d39a84a0b39fb432ff8c56523115d (diff)
downloadATCD-4bb863a3a06c72f9081097a416276876e33f90c4.tar.gz
ChangeLogTag: Wed Nov 15 19:56:46 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'CIAO/examples/Display/RateGen/RateGen.mpc')
-rw-r--r--CIAO/examples/Display/RateGen/RateGen.mpc42
1 files changed, 31 insertions, 11 deletions
diff --git a/CIAO/examples/Display/RateGen/RateGen.mpc b/CIAO/examples/Display/RateGen/RateGen.mpc
index 2727c557efe..99b06b2ac3e 100644
--- a/CIAO/examples/Display/RateGen/RateGen.mpc
+++ b/CIAO/examples/Display/RateGen/RateGen.mpc
@@ -4,7 +4,12 @@
project(Display_Base_RateGen_stub): ciao_client_dnc {
after += Display_Base_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 -= -GT
+ idlflags += -St \
+ -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
dynamicflags = RATEGEN_STUB_BUILD_DLL
libs += Display_Base_stub
@@ -15,14 +20,21 @@ project(Display_Base_RateGen_stub): ciao_client_dnc {
Source_Files {
RateGenC.cpp
}
+
+ Header_Files {
+ RateGen_stub_export.h
+ }
}
project(Display_Base_RateGen_svnt) : ciao_servant_dnc {
- after += Display_Base_svnt Display_Base_RateGen_stub
+ after += Display_Base_skel Display_Base_RateGen_stub
sharedname = RateGen_svnt
- libs += RateGen_stub Display_Base_stub Display_Base_svnt
-
- idlflags += -Wb,export_macro=RATEGEN_SVNT_Export -Wb,export_include=RateGen_svnt_export.h
+ libs += RateGen_stub Display_Base_stub Display_Base_skel
+
+ idlflags -= -GT
+ idlflags += -SS -St \
+ -Wb,export_macro=RATEGEN_SVNT_Export \
+ -Wb,export_include=RateGen_svnt_export.h
dynamicflags = RATEGEN_SVNT_BUILD_DLL
CIDL_Files {
@@ -38,25 +50,33 @@ project(Display_Base_RateGen_svnt) : ciao_servant_dnc {
RateGenS.cpp
RateGen_svnt.cpp
}
+
+ Header_Files {
+ RateGen_svnt_export.h
+ }
}
project(Display_Base_RateGen_exec) : ciao_component_dnc {
after += Display_Base_RateGen_svnt
sharedname = RateGen_exec
- libs += RateGen_stub RateGen_svnt Display_Base_stub Display_Base_svnt
-
- idlflags += -Wb,export_macro=RATEGEN_EXEC_Export -Wb,export_include=RateGen_exec_export.h
- dynamicflags = RATEGEN_EXEC_BUILD_DLL
+ libs += RateGen_stub \
+ RateGen_svnt \
+ Display_Base_stub \
+ Display_Base_skel
+
+ dynamicflags = RATEGEN_EXEC_BUILD_DLL
IDL_Files {
-
}
Source_Files {
-
RateGen_exec.cpp
}
+
+ Header_Files {
+ RateGen_exec_export.h
+ }
}