summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-08-25 17:53:27 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-08-25 17:53:27 +0000
commitcb806490efeea720c2480274d57acbbcd66f67c5 (patch)
treec4fcf16bcf208f4709dbbf921588fa0d73c69eec
parent4d963c977ed2e19a690687264d0884973f3a8fdb (diff)
downloadATCD-cb806490efeea720c2480274d57acbbcd66f67c5.tar.gz
ChangeLogTag: Tue Aug 25 17:50:09 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--modules/CIAO/ChangeLog9
-rw-r--r--modules/CIAO/connectors/dds4ccm/examples/Quoter/Base/Quoter_Base.mpc39
2 files changed, 14 insertions, 34 deletions
diff --git a/modules/CIAO/ChangeLog b/modules/CIAO/ChangeLog
index 2da2ba10edc..3d8d028e1bb 100644
--- a/modules/CIAO/ChangeLog
+++ b/modules/CIAO/ChangeLog
@@ -1,3 +1,12 @@
+Tue Aug 25 17:50:09 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * connectors/dds4ccm/examples/Quoter/Base/Quoter_Base.mpc:
+
+ - Removed unnecessary dependencies and code generation in
+ project DDS_Quoter_Base_idl_gen.
+
+ - Removed unnecessary project DDS_Quoter_Base_skel.
+
Tue Aug 25 17:14:13 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
* connectors/dds4ccm/examples/Quoter/Base/Quoter_Base.mpc:
diff --git a/modules/CIAO/connectors/dds4ccm/examples/Quoter/Base/Quoter_Base.mpc b/modules/CIAO/connectors/dds4ccm/examples/Quoter/Base/Quoter_Base.mpc
index 4f33e6bb970..667f003e068 100644
--- a/modules/CIAO/connectors/dds4ccm/examples/Quoter/Base/Quoter_Base.mpc
+++ b/modules/CIAO/connectors/dds4ccm/examples/Quoter/Base/Quoter_Base.mpc
@@ -1,14 +1,12 @@
// $Id$
// This file is generated with "generate_component_mpc.pl -o ../lib -u DDS -n Quoter_Base"
-project(DDS_Quoter_Base_idl_gen) : componentidldefaults {
+project(DDS_Quoter_Base_idl_gen) : taoidldefaults {
custom_only = 1
- idlflags += -Wb,stub_export_macro=QUOTER_BASE_STUB_Export \
- -Wb,stub_export_include=Quoter_Base_stub_export.h \
- -Wb,skel_export_macro=QUOTER_BASE_SKEL_Export \
- -Wb,skel_export_include=Quoter_Base_skel_export.h \
- -Wb,exec_export_macro=QUOTER_BASE_EXEC_Export \
- -Wb,exec_export_include=Quoter_Base_exec_export.h
+ idlflags -= -St -Sa
+ idlflags += -SS -Gxhst \
+ -Wb,stub_export_macro=QUOTER_BASE_STUB_Export \
+ -Wb,stub_export_include=Quoter_Base_stub_export.h
IDL_Files {
Quoter_Base.idl
@@ -67,30 +65,3 @@ project(DDS_Quoter_Base_stub) : ccm_stub {
}
}
-
-project(DDS_Quoter_Base_skel) : ciao_executor {
- after += DDS_Quoter_Base_stub DDS_Quoter_Base_lem_stub
- sharedname = DDS_Quoter_Base_skel
- libs += DDS_Quoter_Base_stub
- libpaths += ../lib
- libout = ../lib
- dynamicflags = QUOTER_BASE_SKEL_BUILD_DLL
-
- IDL_Files {
- }
-
- Source_Files {
- Quoter_BaseS.cpp
- }
-
- Header_Files {
- Quoter_BaseS.h
- Quoter_Base_skel_export.h
- }
-
- Inline_Files {
- Quoter_BaseS.inl
- }
-}
-
-