summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-09 17:58:20 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-09 17:58:20 +0000
commit9d9cfe63c80aed7b8b53ad87032cc7bf94fbcc6f (patch)
tree69c4ffc7fbabb1010b544573915402835e95f1e4
parent7868bb0afa23166da160ad7e4549c76a9f8511fd (diff)
downloadATCD-9d9cfe63c80aed7b8b53ad87032cc7bf94fbcc6f.tar.gz
ChangeLogTag:Fri May 09 12:57:09 2003 Nanbor Wang <nanbor@cs.wustl.edu>
-rw-r--r--ChangeLog7
-rw-r--r--bin/MakeProjectCreator/config/ciao_client.mpb4
-rw-r--r--bin/MakeProjectCreator/config/ciao_component.mpb4
3 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f95d23a19b2..5e7dca9ba3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri May 09 12:57:09 2003 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * bin/MakeProjectCreator/config/ciao_client.mpb:
+ * bin/MakeProjectCreator/config/ciao_component.mpb: Added more
+ directories into libpaths to reflect recent TAO subsetting
+ efforts.
+
Fri May 9 12:49:42 2003 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/ProjectCreator.pm:
diff --git a/bin/MakeProjectCreator/config/ciao_client.mpb b/bin/MakeProjectCreator/config/ciao_client.mpb
index 8d55d257771..3ca655ad185 100644
--- a/bin/MakeProjectCreator/config/ciao_client.mpb
+++ b/bin/MakeProjectCreator/config/ciao_client.mpb
@@ -2,7 +2,7 @@ project : taolib_with_idl {
depends += CIAO_Client
idlflags += -I $(CIAO_ROOT) -I $(TAO_ROOT) -I $(TAO_ROOT)/orbsvcs/orbsvcs
idlflags += -Wb,pre_include="ace/pre.h" -Wb,post_include="ace/post.h"
- libs += TAO TAO_IFR_Client CIAO_Client
- libpaths += $(TAO_ROOT)/tao/IFR_Client $(CIAO_ROOT)/ciao
+ libs += TAO TAO_IFR_Client TAO_Valuetype CIAO_Client
+ libpaths += $(TAO_ROOT)/tao/IFR_Client $(TAO_ROOT)/tao/Valuetype $(CIAO_ROOT)/ciao
includes += $(CIAO_ROOT) $(CIAO_ROOT)/ciao
}
diff --git a/bin/MakeProjectCreator/config/ciao_component.mpb b/bin/MakeProjectCreator/config/ciao_component.mpb
index 04fa5d9cf5b..3523c9b6620 100644
--- a/bin/MakeProjectCreator/config/ciao_component.mpb
+++ b/bin/MakeProjectCreator/config/ciao_component.mpb
@@ -1,7 +1,7 @@
project : ciao_client {
depends += CIAO_Container
- libs += TAO_PortableServer TAO_IORInterceptor TAO_ObjRefTemplate TAO_Valuetype TAO_Security CIAO_Container
- libpaths += $(TAO_ROOT)/tao/PortableServer $(TAO_ROOT)/orbsvcs/orbsvcs
+ libs += TAO_PortableServer TAO_IORInterceptor TAO_ObjRefTemplate TAO_Security CIAO_Container
+ libpaths += $(TAO_ROOT)/tao/PortableServer $(TAO_ROOT)/tao/IORInterceptor $(TAO_ROOT)/tao/ObjRefTemplate $(TAO_ROOT)/orbsvcs/orbsvcs
includes += $(TAO_ROOT)/orbsvcs/orbsvcs
idlflags += -I$(TAO_ROOT) -I$(TAO_ROOT)/CIAO/ciao
}