summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Utils.mpc
blob: 05d269f31c2c9073cf7346e28ee48ead53392c5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project (TAO_Utils) : taolib, tao_output, install, portableserver, pi {
  sharedname    = TAO_Utils
  dynamicflags  = TAO_UTILS_BUILD_DLL

  Template_Files {
    RIR_Narrow.cpp
    Server_Main.cpp
  }

  specific {
    install_dir = tao/Utils
  }
}