summaryrefslogtreecommitdiff
path: root/tao/DynamicInterface.mpc
blob: 52b2d47fb464082a5f9f690e408f3e7a8afda5ca (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
25
26
27
28
29
30
31
32
33
34
35
36
//$Id$
project(DynamicInterface) : taolib, tao_output, install, messaging, minimum_corba {
  sharedname   = TAO_DynamicInterface
  dynamicflags += TAO_DYNAMICINTERFACE_BUILD_DLL

  Source_Files {
    DynamicInterface
  }

  Header_Files {
    DynamicInterface
  }

  Inline_Files {
    DynamicInterface
  }

  Template_Files {
    DynamicInterface
  }

  Resource_Files {
    DynamicInterface
  }

  PIDL_Files {
    DynamicInterface
  }

  IDL_Files {
  }

  Pkgconfig_Files {
    DynamicInterface/TAO_DynamicInterface.pc.in
  }
}