summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-03 19:25:17 +0000
committerdengg <dengg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-05-03 19:25:17 +0000
commit8e72860e08347a5f2e3b2e857d7782a23471ed8a (patch)
treeb23148d56afb0fa2667f653f90947b261aa002db
parentdf3baa088b3fdfa91bae68b001ae4d85f54d266c (diff)
downloadATCD-8e72860e08347a5f2e3b2e857d7782a23471ed8a.tar.gz
*** empty log message ***
-rw-r--r--TAO/CIAO/examples/UAV/BBN_UAV.mpc12
1 files changed, 1 insertions, 11 deletions
diff --git a/TAO/CIAO/examples/UAV/BBN_UAV.mpc b/TAO/CIAO/examples/UAV/BBN_UAV.mpc
index e8f3275a357..5640d16ea4b 100644
--- a/TAO/CIAO/examples/UAV/BBN_UAV.mpc
+++ b/TAO/CIAO/examples/UAV/BBN_UAV.mpc
@@ -16,7 +16,7 @@ project(BBN_UAV_stub): ciao_client {
}
}
-project(BBN_UAV_svnt) : ciao_servant {
+project(BBN_UAV_svnt) : ciao_server {
after += BBN_UAV_stub
sharedname = BBN_UAV_svnt
libs += BBN_UAV_stub
@@ -24,18 +24,8 @@ project(BBN_UAV_svnt) : ciao_servant {
idlflags += -Wb,export_macro=BBN_UAV_SVNT_Export -Wb,export_include=BBN_UAV_svnt_export.h
dynamicflags = BBN_UAV_SVNT_BUILD_DLL
- CIDL_Files {
- BBN_UAV.cidl
- }
-
- IDL_Files {
- BBN_UAVE.idl
- }
-
Source_Files {
- BBN_UAVEC.cpp
BBN_UAVS.cpp
- BBN_UAV_svnt.cpp
}
}