summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-31 13:54:13 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-31 13:54:13 +0000
commitbdad111aafa0b95c6f1c1467ed4aa33692898a92 (patch)
tree6199768a738a3a505da0060edfe311889ce7c3ec
parent20f57fd71debe8832acd8bdb5d89b350ef36ded1 (diff)
downloadATCD-bdad111aafa0b95c6f1c1467ed4aa33692898a92.tar.gz
ChangeLogTag:Fri Oct 31 07:50:48 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--ChangeLog13
-rw-r--r--bin/MakeProjectCreator/config/dynamicinterface.mpb2
-rw-r--r--bin/MakeProjectCreator/config/iorinterceptor.mpb2
-rw-r--r--bin/MakeProjectCreator/config/messaging.mpb2
-rw-r--r--bin/MakeProjectCreator/config/objreftemplate.mpb2
-rw-r--r--bin/MakeProjectCreator/config/valuetype.mpb2
6 files changed, 18 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c24d4de29d..1d261adcc23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Fri Oct 31 07:50:48 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * bin/MakeProjectCreator/config/dynamicinterface.mpb:
+ * bin/MakeProjectCreator/config/iorinterceptor.mpb:
+ * bin/MakeProjectCreator/config/messaging.mpb:
+ * bin/MakeProjectCreator/config/objreftemplate.mpb:
+ * bin/MakeProjectCreator/config/valuetype.mpb:
+
+ The dependencies were not right. For long the weak links between
+ libraries allowed us to get away without proper
+ dependencies. With the refactoring the dependencies got explicit
+ and we need the dependencies set right.
+
Fri Oct 31 07:38:40 2003 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/templates/gnu.mpd:
diff --git a/bin/MakeProjectCreator/config/dynamicinterface.mpb b/bin/MakeProjectCreator/config/dynamicinterface.mpb
index c5755b66d9e..18fb09545cf 100644
--- a/bin/MakeProjectCreator/config/dynamicinterface.mpb
+++ b/bin/MakeProjectCreator/config/dynamicinterface.mpb
@@ -1,4 +1,4 @@
-project : portableserver {
+project : valuetype, messaging, portableserver {
after += DynamicInterface
libs += TAO_DynamicInterface
}
diff --git a/bin/MakeProjectCreator/config/iorinterceptor.mpb b/bin/MakeProjectCreator/config/iorinterceptor.mpb
index 582f8926c33..7a3e7fd17d5 100644
--- a/bin/MakeProjectCreator/config/iorinterceptor.mpb
+++ b/bin/MakeProjectCreator/config/iorinterceptor.mpb
@@ -1,4 +1,4 @@
-project {
+project : taolib, objreftemplate, valuetype {
after += IORInterceptor
libs += TAO_IORInterceptor
}
diff --git a/bin/MakeProjectCreator/config/messaging.mpb b/bin/MakeProjectCreator/config/messaging.mpb
index afbc5739748..ce02d1b50fd 100644
--- a/bin/MakeProjectCreator/config/messaging.mpb
+++ b/bin/MakeProjectCreator/config/messaging.mpb
@@ -1,4 +1,4 @@
-project : portableserver {
+project : valuetype, portableserver {
after += Messaging
libs += TAO_Messaging
}
diff --git a/bin/MakeProjectCreator/config/objreftemplate.mpb b/bin/MakeProjectCreator/config/objreftemplate.mpb
index 6bc8e525df9..fbd02302e54 100644
--- a/bin/MakeProjectCreator/config/objreftemplate.mpb
+++ b/bin/MakeProjectCreator/config/objreftemplate.mpb
@@ -1,4 +1,4 @@
-project {
+project : valuetype {
after += ObjRefTemplate
libs += TAO_ObjRefTemplate
}
diff --git a/bin/MakeProjectCreator/config/valuetype.mpb b/bin/MakeProjectCreator/config/valuetype.mpb
index cbe6855afbf..8a493cf7bdb 100644
--- a/bin/MakeProjectCreator/config/valuetype.mpb
+++ b/bin/MakeProjectCreator/config/valuetype.mpb
@@ -1,4 +1,4 @@
-project {
+project : taolib {
idlflags += -Gv
after += Valuetype
libs += TAO_Valuetype