summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer.mpc
blob: b2745682fff6e9fd6e9fab13f215a5bebc728d87 (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
//$Id$
project(TAO_PortableServer): taolib, core, objreftemplate, iorinterceptor {
  sharedname   = TAO_PortableServer
  dynamicflags = TAO_PORTABLESERVER_BUILD_DLL

  Source_Files {
    PortableServer
  }

  Header_Files {
    PortableServer
  }

  Inline_Files {
    PortableServer
  }

  Template_Files {
    PortableServer
  }

  Resource_Files {
    PortableServer
  }
}