summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-11-01 20:30:54 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2005-11-01 20:30:54 +0000
commit0a8fa00522febac6bfe4aee91b8e9de3d2354303 (patch)
tree1332c7db6fc801b5ccc534ca7a6c761f56753c15 /TAO
parente0b40df64a2c833585c015934669bc4f7e720c52 (diff)
downloadATCD-0a8fa00522febac6bfe4aee91b8e9de3d2354303.tar.gz
Tue Nov 1 14:30:05 2005 William Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc2
2 files changed, 8 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 97e8230c77c..6a78061cee1 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Tue Nov 1 14:30:05 2005 William Otte <wotte@dre.vanderbilt.edu>
+
+ * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc
+
+ Added missing project dependancies to fix errors/warnings for the
+ strict OS X linker.
+
Tue Nov 1 19:58:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/Bug_2289_Regression/MyInterfaceImpl.h:
diff --git a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc
index 3649e86daad..b7a50cc8355 100644
--- a/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc
+++ b/TAO/orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc
@@ -45,7 +45,7 @@ project(ImR_Locator_IDL) : orbsvcslib, conv_lib, valuetype, portableserver, imr_
}
}
-project(ImR_Activator) : orbsvcslib, conv_lib, acexml, minimum_corba, valuetype, portableserver, imr_client {
+project(ImR_Activator) : orbsvcslib, conv_lib, acexml, minimum_corba, valuetype, portableserver, imr_client, messaging, pi, codecfactory {
sharedname = TAO_ImR_Activator
dynamicflags = ACTIVATOR_BUILD_DLL
after += ImR_Activator_IDL ImR_Locator_IDL