summaryrefslogtreecommitdiff
path: root/TAO/tao/tao.mpc
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-25 16:09:27 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-25 16:09:27 +0000
commitfccbe0e94f74f898f7d5cc709f617f51dce33bee (patch)
tree4aeedd6e44108cb39fd15d255d14519806d6992e /TAO/tao/tao.mpc
parent730c9c0d360dace01feb0c5509cb0af121ce2e17 (diff)
downloadATCD-fccbe0e94f74f898f7d5cc709f617f51dce33bee.tar.gz
Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/tao/tao.mpc')
-rw-r--r--TAO/tao/tao.mpc21
1 files changed, 13 insertions, 8 deletions
diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc
index e0ca35217e9..0dbcc4ff356 100644
--- a/TAO/tao/tao.mpc
+++ b/TAO/tao/tao.mpc
@@ -1,9 +1,8 @@
-project : acelib, taoversion, core {
- includes += $(TAO_ROOT) $(TAO_ROOT)/tao
- sharedname = TAO
- libflags += TAO_AS_STATIC_LIBS
- dllflags = TAO_BUILD_DLL
- include_dir = tao
+project(TAO) : acelib, taoversion, core, tao_output {
+ includes += $(TAO_ROOT) $(TAO_ROOT)/tao
+ sharedname = TAO
+ dynamicflags = TAO_BUILD_DLL
+ include_dir = tao
// Override the defaults due to the
// existence of orb.idl
@@ -78,6 +77,7 @@ project : acelib, taoversion, core {
Environment.cpp
Object.cpp
LocalObject.cpp
+ ObjectIDList.cpp
ORB.cpp
corbafwd.cpp
Policy_ForwardC.cpp
@@ -96,6 +96,10 @@ project : acelib, taoversion, core {
MProfile.cpp
Stub.cpp
Typecode.cpp
+ AbstractBase.cpp
+ ValueBase.cpp
+ ValueFactory.cpp
+ ValueFactory_Map.cpp
CDR.cpp
Client_Strategy_Factory.cpp
debug.cpp
@@ -111,6 +115,7 @@ project : acelib, taoversion, core {
ClientRequestInfo_i.cpp
RequestInfo_Util.cpp
ClientInterceptorAdapter.cpp
+ ObjectReferenceTemplateC.cpp
PortableInterceptorC.cpp
PICurrent.cpp
PICurrent_ORBInitializer.cpp
@@ -120,7 +125,6 @@ project : acelib, taoversion, core {
Codeset_Manager.cpp
Codeset_Translator_Factory.cpp
ORB_Core.cpp
- ORB_Core_Auto_Ptr.cpp
Collocation_Resolver.cpp
Default_Collocation_Resolver.cpp
Stub_Factory.cpp
@@ -218,8 +222,9 @@ project : acelib, taoversion, core {
Policy_Manager.cpp
Buffering_Constraint_Policy.cpp
Messaging_PolicyValueC.cpp
- ServicesC.cpp
+ Services.cpp
NVList.cpp
+ IFR_TypeCodes.cpp
Dynamic_Adapter.cpp
}
}