summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/DynAny_Handler.mpc
blob: 6009558113052bbf9eb9bb73418e1bc0884f08b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

project (XSC_DynAny_Handler) : taolib, xerces, dynamicany, anytypecode, typecodefactory, ciao_client_dnc {
after += XSC_XML_Handlers
libs += XSC_XML_Handlers
dynamicflags += DYNANY_HANDLER_BUILD_DLL
macros += XML_USE_PTHREADS
requires += exceptions
includes += $(CIAO_ROOT)/tools/Config_Handlers

Source_Files {
DynAny_Handler/DynAny_Handler.cpp
DynAny_Handler/DynEnum_Handler.cpp
}

Header_Files {
DynAny_Handler_Export.h
}
}