summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-30 18:16:01 +0000
committerlut <lut@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-06-30 18:16:01 +0000
commitc8c41e7362318829383939e40f61589f0a75468c (patch)
treea7d765295133cb02989d1281557c938d8af97430
parent1e3c517574a1e0bfc50f897c1ecbc53001d2a986 (diff)
downloadATCD-c8c41e7362318829383939e40f61589f0a75468c.tar.gz
ChangeLogTag: Wed Jun 30 13:14:50 2004 Tao Lu <lu@dre.vanderbilt.edu>
-rw-r--r--TAO/CIAO/ChangeLog23
-rw-r--r--TAO/CIAO/DnC/ciao/CCM_Core.mpc1
2 files changed, 16 insertions, 8 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index e36e2d909c2..713d0d69a1d 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,15 +1,22 @@
+Wed Jun 30 13:14:50 2004 Tao Lu <lu@dre.vanderbilt.edu>
+
+ * DnC/ciao/CCM_Core.mpc:
+
+ Added -St to Deployment_stub probject to reduce the size of
+ generated code.
+
Wed Jun 30 10:59:55 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* CIAO.mwc:
* CIAOTAO.mwc:
- Added the new DnC directories.
+ Added the new DnC directories.
* DnC/ciao/CCM_Core.mpc:
-
+
Changed the name of the libraries generated. We should not
- overwrite the original ones.
-
+ overwrite the original ones.
+
* DnC/Config_Handlers/Config_Handlers.mpc:
* DnC/DomainApplicationManager/DomainApplicationManager.mpc:
* DnC/ExecutionManager/ExecutionManager.mpc:
@@ -19,7 +26,7 @@ Wed Jun 30 10:59:55 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* DnC/RepositoryManager/RepositoryManager.mpc:
* DnC/tests/NodeApplicationTest/NodeAppTest.mpc:
- Use the new libraries.
+ Use the new libraries.
Wed Jun 30 09:26:42 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
@@ -32,16 +39,16 @@ Wed Jun 30 09:26:42 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* examples/OEP/Display/NavDisplay/NavDisplay_exec.cpp:
* examples/OEP/Display/RateGen/RateGen_exec.cpp:
* examples/OEP/Display/RateGen/controller.cpp:
-
+
Changes to eliminate build warnings (mostly assignments of
const char* to char*) and cosmetic changes.
Wed Jun 30 08:37:15 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* examples/Hello/Receiver/Receiver_exec.cpp:
-
+
In Receiver_exec_i::ccm_activate(), changed the construction of
- the argv argument passed to ORB_init() to eliminate a const
+ the argv argument passed to ORB_init() to eliminate a const
char* to char* conversion warning.
Tue Jun 29 15:34:00 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
diff --git a/TAO/CIAO/DnC/ciao/CCM_Core.mpc b/TAO/CIAO/DnC/ciao/CCM_Core.mpc
index 3372afbf0f3..ac1774a1e36 100644
--- a/TAO/CIAO/DnC/ciao/CCM_Core.mpc
+++ b/TAO/CIAO/DnC/ciao/CCM_Core.mpc
@@ -95,6 +95,7 @@ project(Deployment_stub) : taolib_with_idl, valuetype , ciao_server_dnc {
idlflags += -Wb,stub_export_include=Deployment_stub_export.h
idlflags += -Wb,skel_export_macro=Deployment_svnt_Export
idlflags += -Wb,skel_export_include=Deployment_svnt_export.h
+ idlflags += -St
dynamicflags = DEPLOYMENT_STUB_BUILD_DLL