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

  Source_Files {
    Utils
  }

  Header_Files {
    Utils
//    Auto_Functor.h
  }

  Inline_Files {
    Utils
  }

  Template_Files {
    Utils
//    RIR_Narrow.cpp
//    Servant_Var.cpp
//    Server_Main.cpp
  }

  Resource_Files {
    Utils
  }
}