summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/DynamicInterface.mpc
blob: 56de4520f14cf5f2269254caf4ce27abcb4ba725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//$Id$
project : taolib, core, messaging, portableserver {
  sharedname   = TAO_DynamicInterface
  dynamicflags = TAO_DYNAMICINTERFACE_BUILD_DLL
  include_dir  = tao/DynamicInterface

  Source_Files {
    Context.cpp
    DII_Arguments.cpp
    DII_Invocation.cpp
    DII_Invocation_Adapter.cpp
    DII_Reply_Dispatcher.cpp
    Dynamic_Adapter_Impl.cpp
    Dynamic_Implementation.cpp
    ExceptionList.cpp
    Request.cpp
    Server_Request.cpp
    Unknown_User_Exception.cpp
  }  

  Header_Files {
    dynamicinterface_export.h
  }
}