summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/UAV/Satellite/Satellite.mpc
diff options
context:
space:
mode:
authoredwardgt <edwardgt@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-04 06:18:12 +0000
committeredwardgt <edwardgt@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-04 06:18:12 +0000
commit1c857d112d4c08b34164adda34c269d6fab8dc10 (patch)
treeb2289eda3ae232484626826aa2eb0aa0bdcc27a7 /TAO/CIAO/examples/UAV/Satellite/Satellite.mpc
parent4b4ae8f3a5c05845389c3aab7b9ae9b1df1d8c0e (diff)
downloadATCD-1c857d112d4c08b34164adda34c269d6fab8dc10.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/CIAO/examples/UAV/Satellite/Satellite.mpc')
-rw-r--r--TAO/CIAO/examples/UAV/Satellite/Satellite.mpc10
1 files changed, 6 insertions, 4 deletions
diff --git a/TAO/CIAO/examples/UAV/Satellite/Satellite.mpc b/TAO/CIAO/examples/UAV/Satellite/Satellite.mpc
index 9c788584ec6..cd9744d99d6 100644
--- a/TAO/CIAO/examples/UAV/Satellite/Satellite.mpc
+++ b/TAO/CIAO/examples/UAV/Satellite/Satellite.mpc
@@ -20,7 +20,7 @@ project(Satellite_stub): ciao_client {
project(Satellite_svnt) : ciao_servant {
after += BBN_UAV_svnt Satellite_stub
sharedname = Satellite_svnt
- libs += Satellite_stub
+ libs += BBN_UAV_stub BBN_UAV_svnt Satellite_stub
idlflags += -Wb,export_macro=SATELLITE_SVNT_Export -Wb,export_include=Satellite_svnt_export.h
dynamicflags = SATELLITE_SVNT_BUILD_DLL
@@ -44,17 +44,19 @@ project(Satellite_svnt) : ciao_servant {
project(Satellite_exec) : ciao_component {
after += BBN_UAV_svnt Satellite_svnt
sharedname = Satellite_exec
- libs += Satellite_stub Satellite_svnt
+ libs += BBN_UAV_stub BBN_UAV_svnt Satellite_stub Satellite_svnt
idlflags += -Wb,export_macro=SATELLITE_EXEC_Export -Wb,export_include=Satellite_exec_export.h
dynamicflags = SATELLITE_EXEC_BUILD_DLL
IDL_Files {
-
+ SatelliteEI.idl
}
Source_Files {
-
+ SatelliteES.cpp
+ SatelliteEIC.cpp
+ SatelliteEIS.cpp
Satellite_exec.cpp
}
}