summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-17 18:31:09 +0000
committerelliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-09-17 18:31:09 +0000
commit4b8755b72f8d68fc033701e56670201c63168db6 (patch)
tree18f7768348c420d721189bf6406f40937cd1488f /TAO
parent9eaa90f82051d041dfcd2712689f7911b6f9e817 (diff)
downloadATCD-4b8755b72f8d68fc033701e56670201c63168db6.tar.gz
ChangeLogTag: Wed Sep 17 13:29:31 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog13
-rw-r--r--TAO/tao/extra_core.mpb19
-rw-r--r--TAO/tao/tao.mpc8
3 files changed, 33 insertions, 7 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 25ed05f6ae9..7dfb6ee266e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,16 @@
+Wed Sep 17 13:29:31 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * tao/extra_core.mpb:
+
+ Split out some of the ORB_Core related files into a feature base
+ project. These are triggered by minimum_corba and corba_messaging
+ feature names.
+
+ * tao/tao.mpc:
+
+ Inherit from extra_core feature base project and remove some
+ source files from the listing.
+
Wed Sep 17 13:01:15 2003 George Edwards <g.edwards@vanderbilt.edu>
* TAO_IDL/be/be_visitor_valuetype/valuetype_ss.cpp:
diff --git a/TAO/tao/extra_core.mpb b/TAO/tao/extra_core.mpb
new file mode 100644
index 00000000000..6d91c551ab3
--- /dev/null
+++ b/TAO/tao/extra_core.mpb
@@ -0,0 +1,19 @@
+feature(!minimum_corba) {
+ Source_Files(TAO_COMPONENTS) {
+ ORB_Core {
+ ServicesC.cpp
+ NVList.cpp
+ Dynamic_Adapter.cpp
+ }
+ }
+}
+
+feature(!minimum_corba, corba_messaging) {
+ Source_Files(TAO_COMPONENTS) {
+ ORB_Core {
+ Policy_Manager.cpp
+ Buffering_Constraint_Policy.cpp
+ Messaging_PolicyValueC.cpp
+ }
+ }
+}
diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc
index 001e70923ed..a59fe5e5195 100644
--- a/TAO/tao/tao.mpc
+++ b/TAO/tao/tao.mpc
@@ -1,4 +1,4 @@
-project(TAO) : acelib, taoversion, core, tao_output {
+project(TAO) : acelib, taoversion, core, tao_output, extra_core {
includes += $(TAO_ROOT) $(TAO_ROOT)/tao
sharedname = TAO
dynamicflags = TAO_BUILD_DLL
@@ -227,12 +227,6 @@ project(TAO) : acelib, taoversion, core, tao_output {
Valuetype_Adapter.cpp
ObjectKey_Table.cpp
Refcounted_ObjectKey.cpp
- Policy_Manager.cpp
- Buffering_Constraint_Policy.cpp
- Messaging_PolicyValueC.cpp
- ServicesC.cpp
- NVList.cpp
- Dynamic_Adapter.cpp
}
}
}