From 948617236b677d7aadf3213a04beda76420fb4bf Mon Sep 17 00:00:00 2001 From: jules Date: Mon, 13 Sep 2004 17:54:01 +0000 Subject: Mon Sep 13 12:44:19 2004 Jules White --- TAO/CIAO/DAnCE/Config_Handlers/ChangeLog | 6 +++ TAO/CIAO/DAnCE/Config_Handlers/Config_Handlers.mpc | 46 ++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/TAO/CIAO/DAnCE/Config_Handlers/ChangeLog b/TAO/CIAO/DAnCE/Config_Handlers/ChangeLog index c9919cf7cd9..6717dd9f0f4 100644 --- a/TAO/CIAO/DAnCE/Config_Handlers/ChangeLog +++ b/TAO/CIAO/DAnCE/Config_Handlers/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 13 12:44:19 2004 Jules White + + * Config_Handlers.mpc: + + Added several files to the source and header sections. + Mon Sep 13 12:43:12 2004 Jules White * IDD_Handler.h: diff --git a/TAO/CIAO/DAnCE/Config_Handlers/Config_Handlers.mpc b/TAO/CIAO/DAnCE/Config_Handlers/Config_Handlers.mpc index ac1b693e6b2..3f83d9553c9 100644 --- a/TAO/CIAO/DAnCE/Config_Handlers/Config_Handlers.mpc +++ b/TAO/CIAO/DAnCE/Config_Handlers/Config_Handlers.mpc @@ -30,6 +30,19 @@ project (XSC_Config_Handlers) : ciao_deployment_stub { iad.cpp pcd.cpp toplevel.cpp + CPD_Handler.cpp + CID_Handler.cpp + ANY_Handler.cpp + Prop_Handler.cpp + ComponentPropertyDescription_Handler.cpp + DataType_Handler.cpp + MDD_Handler.cpp + Req_Handler.cpp + PCD_Handler.cpp + CEPE_Handler.cpp + PSPE_Handler.cpp + ERE_Handler.cpp + CRDD_Handler.cpp } Header_Files { @@ -53,5 +66,38 @@ project (XSC_Config_Handlers) : ciao_deployment_stub { iad.hpp pcd.hpp toplevel.hpp + CPD_Handler.h + CID_Handler.h + ANY_Handler.h + Prop_Handler.h + ComponentPropertyDescription_Handler.h + DataType_Handler.h + MDD_Handler.h + Req_Handler.h + PCD_Handler.h + CEPE_Handler.h + PSPE_Handler.h + ERE_Handler.h + CRDD_Handler.h } } + +project (XSC_Config_Handlers_Tests) : ciao_deployment_stub { + + + exename = test + dynamicflags = CONFIG_HANDLER_BUILD_DLL + macros += XML_USE_PTHREADS + requires += exceptions + includes += $(XERCESCROOT)/include . + libpaths += $(XERCESCROOT)/lib + libs += xerces-c CIAO_DnC_Server TAO_IFR_Client XSC_Config_Handlers + + Source_Files { + test.cpp + } + + +} + + -- cgit v1.2.1