summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/DynAny_Handler.mpc
blob: 601f9e8a7468edf4afc02ba4e45c1d70686d91e8 (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 {
  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
  }
}