summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-12-07 10:31:17 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-12-07 10:31:17 +0000
commit162d86ff75fbb59e421e1823bc354e5cb4ef26ab (patch)
tree2afe5e18a85ae53fb074fafddc5d1ace35590692
parent13d664e99b25b19192a71a0c5a1885e02121d923 (diff)
downloadATCD-162d86ff75fbb59e421e1823bc354e5cb4ef26ab.tar.gz
Wed Dec 7 10:28:00 UTC 2011 Simon Massey <simon dot massey at prismtech dot com>
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/tests/IDL_Test/IDL_Test.mpc1
2 files changed, 10 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 8311b45cd41..2d953a569b3 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,13 @@
+Wed Dec 7 10:28:00 UTC 2011 Simon Massey <simon dot massey at prismtech dot com>
+
+ * tests/IDL_Test/IDL_Tests.mpc:
+
+ Since the below modification removed the -GA from the valuetype.idl
+ generation step in the mpc file, the valuetypeA.cpp is now
+ not generated, thus this file should not be mentioned in the
+ DLL projects Source_Files section. Machines were compiling and
+ linking the old file or stating that it was not found.
+
Mon Dec 5 20:32:56 UTC 2011 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_valuetype/valuetype.cpp:
diff --git a/TAO/tests/IDL_Test/IDL_Test.mpc b/TAO/tests/IDL_Test/IDL_Test.mpc
index 9c33bc21b96..13d97910bce 100644
--- a/TAO/tests/IDL_Test/IDL_Test.mpc
+++ b/TAO/tests/IDL_Test/IDL_Test.mpc
@@ -210,7 +210,6 @@ project(*DLL): taoidldefaults, taolib, messaging {
typeprefixS.cpp
unionC.cpp
unionS.cpp
- valuetypeA.cpp
valuetypeC.cpp
valuetypeS.cpp
}