summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-12-22 12:54:11 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-12-22 12:54:11 +0000
commitf9ede60b4f8f72c4ca2fcadcafd4e49560d6a22b (patch)
tree193e8985be4ccb0ca658d66ddfb798e29240a750
parent45402c1cc07722a6e73ab5f1c7559ea3125769d2 (diff)
downloadATCD-f9ede60b4f8f72c4ca2fcadcafd4e49560d6a22b.tar.gz
ChangeLogTag: Wed Dec 22 06:53:30 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/CIAO/ChangeLog10
-rw-r--r--TAO/CIAO/tests/CIDL/CodeGen/CodeGen.mpc2
2 files changed, 9 insertions, 3 deletions
diff --git a/TAO/CIAO/ChangeLog b/TAO/CIAO/ChangeLog
index 90678322dfc..c7786b46f6c 100644
--- a/TAO/CIAO/ChangeLog
+++ b/TAO/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Dec 22 06:53:30 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * tests/CIDL/CodeGen/CodeGen.mpc:
+
+ Make sure that CodeGen_stub gets built before CodeGen_exec.
+
Tue Dec 21 11:29:03 2004 Gan Deng <gan.deng@vanderbilt.edu>
* tools/Segment_Timer/Segment_Timer.h
@@ -19,8 +25,8 @@ Mon Dec 20 17:27:01 2004 Gan Deng <gan.deng@vanderbilt.edu>
Mon Dec 20 16:32:54 2004 Nanbor Wang <nanbor@cse.wustl.edu>
- * DAnCE/Config_Handlers/Config_Handlers.mpc: Added include path to
- self for XSC_Config_Handlers project..
+ * DAnCE/Config_Handlers/Config_Handlers.mpc: Added include path to
+ self for XSC_Config_Handlers project..
Wed Dec 15 13:48:44 2004 Chad Elliott <elliott_c@ociweb.com>
diff --git a/TAO/CIAO/tests/CIDL/CodeGen/CodeGen.mpc b/TAO/CIAO/tests/CIDL/CodeGen/CodeGen.mpc
index 191a3685030..06e458f0b69 100644
--- a/TAO/CIAO/tests/CIDL/CodeGen/CodeGen.mpc
+++ b/TAO/CIAO/tests/CIDL/CodeGen/CodeGen.mpc
@@ -97,7 +97,7 @@ project(CodeGen_svnt) : ciao_servant {
project(CodeGen_exec) : ciao_component {
- after += CodeGen_svnt
+ after += CodeGen_svnt CodeGen_stub
sharedname = CodeGen_exec
libs += CodeGen_stub CodeGen_svnt CIDL_Basic_stub CIDL_Basic_svnt
dynamicflags = CODEGEN_EXEC_BUILD_DLL