summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/Utils.mpc
blob: 53f2d817438c00f074a6042c5869d234480a466e (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
// $Id$
project : taolib, install, portableserver, pi {
  sharedname    = TAO_Utils
  dynamicflags  = TAO_UTILS_BUILD_DLL

  Source_Files {
    Utils
  }

  Header_Files {
    Utils
  }

  Inline_Files {
    Utils
  }

  Template_Files {
    Utils
  }

  Resource_Files {
    Utils
  }

  PIDL_Files {
  }

  IDL_Files {
  }

  Pkgconfig_Files {
    TAO_Utils.pc.in
  }
}