Skip to content

Commit

Permalink
expand wildcard header list
Browse files Browse the repository at this point in the history
respect review comments
  • Loading branch information
ClausKlein committed Jan 18, 2022
1 parent 8dc3134 commit 0dfc413
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
2 changes: 2 additions & 0 deletions orbsvcs/orbsvcs/naming_server/taox11_cosnaming.mpc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ project(taox11_cosnaming_stub) : taox11_orbsvcslib {

Header_Files {
CosNamingC.h
CosNamingCP.h
taox11_cosnaming_export.h
}
}
Expand All @@ -43,6 +44,7 @@ project(taox11_cosnaming_skel) : taox11_orbsvcslib, taox11_portableserver, taox1

Header_Files {
CosNamingS.h
CosNamingSP.h
taox11_cosnaming_export.h
}
}
23 changes: 20 additions & 3 deletions tao/x11/dynamic_any/dynamicany.mpc
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,26 @@ project(taox11_dynamicany) : taox11_lib, install, taox11_valuetype, taox11_avoid
}

Header_Files {
*.h
DynamicAnyC.h
DynamicAnyS.h
DynamicAnyC.h
DynamicAnyCP.h
DynamicAnyS.h
DynamicAnySP.h
basic_type_traits.h
basic_type_traits_t.h
dyn_common.h
dynamicany.h
dynany_impl.h
dynanyfactory.h
dynanyutils_t.h
dynarray_i.h
dynenum_i.h
dynsequence_i.h
dynstruct_i.h
dynunion_i.h
dynvalue_i.h
dynvaluebox_i.h
dynvaluecommon_i.h
taox11_dynamicany_export.h
}

Template_Files {
Expand Down
4 changes: 0 additions & 4 deletions tao/x11/taox11.mpc
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ project(taox11) : taox11_defaults, taolib {
anyinsert_adapter.h
CurrentC.h
orb_typesC.h
// InterfaceDefC.h
Typecode_typesC.h
CONV_FRAMEC.h
ParameterModeC.h
Expand Down Expand Up @@ -237,7 +236,6 @@ project(taox11) : taox11_defaults, taolib {
corba.h
objproxy.h
stub_arg_traits.h
// std_mutex.h
cdr_long_double.h
valuefactory_manager_adapter.h
valuetype_adapter.h
Expand All @@ -259,9 +257,7 @@ project(taox11) : taox11_defaults, taolib {
special_basic_argument_t.h
user_exception_proxy_in_t.h
sequence_cdr_t.h
// sequence_os_t.h
array_cdr_t.h
// array_os_t.h
long_double_argument_t.h
idl_traits_t.h
bounded_type_traits_t.h
Expand Down

0 comments on commit 0dfc413

Please sign in to comment.