summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-03 13:15:30 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-03 13:15:30 +0000
commite8aea96d11a562f882b6fc6d72fd58133f504f8e (patch)
treee1af581bd339470b8728846ee99aa96326599d7e
parent8919f9d6754d4910977e7788b7b97423fa1435ff (diff)
downloadATCD-e8aea96d11a562f882b6fc6d72fd58133f504f8e.tar.gz
ChangeLogTag:Fri Oct 3 08:14:26 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog7
-rw-r--r--TAO/CIAO/examples/handcrafted/BasicSP_EC/EC/EC.mpc12
2 files changed, 10 insertions, 9 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 2c013f6d7fb..42d7ee426ee 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,10 +1,15 @@
+Fri Oct 3 08:14:26 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * examples/handcrafted/BasicSP_EC/EC/EC.mpc: Fixed a problem with
+ the MPC file. Thanks to Johnny Willemsen for poitning this out.
+
Thu Oct 2 15:02:10 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
* CCF/CCF/IDL2/Traversal/TypeId.hpp:
* CCF/CCF/IDL2/Traversal/TypeId.cpp:
* CCF/CCF/IDL2/Traversal.hpp:
* CCF/CCF/IDL2/SyntaxTree.hpp:
- * CCF/CCF/IDL2/SemanticAction.hpp: added missing pieces for
+ * CCF/CCF/IDL2/SemanticAction.hpp: Added missing pieces for
typeid/typeprefix support.
Wed Oct 1 14:26:09 2003 Boris Kolpackov <boris@dre.vanderbilt.edu>
diff --git a/TAO/CIAO/examples/handcrafted/BasicSP_EC/EC/EC.mpc b/TAO/CIAO/examples/handcrafted/BasicSP_EC/EC/EC.mpc
index 0b0693ca375..bd9e89e85c5 100644
--- a/TAO/CIAO/examples/handcrafted/BasicSP_EC/EC/EC.mpc
+++ b/TAO/CIAO/examples/handcrafted/BasicSP_EC/EC/EC.mpc
@@ -2,10 +2,9 @@
// This file is generated with "generate_component_mpc.pl -l .. -p BasicSP_EC -i -c EC"
project(BasicSP_EC_EC_stub): ciao_client {
- depends += BasicSP_EC_stub
+ after += BasicSP_EC_stub
sharedname = EC_stub
idlflags += -Wb,stub_export_macro=EC_STUB_Export -Wb,stub_export_include=EC_stub_export.h -Wb,skel_export_macro=EC_SVNT_Export -Wb,skel_export_include=EC_svnt_export.h
- dllflags = EC_STUB_BUILD_DLL
IDL_Files {
EC.idl
@@ -17,12 +16,11 @@ project(BasicSP_EC_EC_stub): ciao_client {
}
project(BasicSP_ECEC_svnt) : ciao_servant {
- depends += BasicSP_EC_svnt EC_stub
+ after += BasicSP_EC_svnt EC_stub
sharedname = EC_svnt
libs += EC_stub BasicSP_EC_stub BasicSP_EC_svnt
libpaths += ..
idlflags += -Wb,export_macro=EC_SVNT_Export -Wb,export_include=EC_svnt_export.h
- dllflags = EC_SVNT_BUILD_DLL
CIDL_Files {
EC.cidl
@@ -41,13 +39,11 @@ project(BasicSP_ECEC_svnt) : ciao_servant {
project(BasicSP_EC_EC_exec) : ciao_component {
- depends += EC_svnt
+ after += EC_svnt
sharedname = EC_exec
libs += EC_stub EC_svnt BasicSP_EC_stub BasicSP_EC_svnt
libpaths += ..
idlflags += -Wb,export_macro=EC_EXEC_Export -Wb,export_include=EC_exec_export.h
- dllflags = EC_EXEC_BUILD_DLL
-
IDL_Files {
ECEI.idl
}
@@ -62,7 +58,7 @@ project(BasicSP_EC_EC_exec) : ciao_component {
project (BasicSP_EC_EC_client) : ciao_client {
exename = client
- depends += EC_stub BasicSP_EC_stub
+ after += EC_stub BasicSP_EC_stub
libpaths += ..
IDL_Files {