diff options
author | elliott_c <ocielliottc@users.noreply.github.com> | 2003-09-17 18:31:09 +0000 |
---|---|---|
committer | elliott_c <ocielliottc@users.noreply.github.com> | 2003-09-17 18:31:09 +0000 |
commit | aa327a10263396debe60e3b52ab75bf6e4b47b76 (patch) | |
tree | 18f7768348c420d721189bf6406f40937cd1488f /TAO/tao/tao.mpc | |
parent | 8d4bdfa54f46d33d46b355107cf1746e6f4ace0c (diff) | |
download | ATCD-aa327a10263396debe60e3b52ab75bf6e4b47b76.tar.gz |
ChangeLogTag: Wed Sep 17 13:29:31 2003 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/tao/tao.mpc')
-rw-r--r-- | TAO/tao/tao.mpc | 8 |
1 files changed, 1 insertions, 7 deletions
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 } } } |