summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Bug_2247_Regression/Bug_2247_Regression.mpc
blob: 83c4e7e38d09c57824ededa7061eb62726f6637b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
// $Id$

project(*server): portableserver, orbsvcsexe, iormanip, messaging {
  Source_Files {
    test_i.cpp
    server.cpp
  }
}

project(*Manager): portableserver, orbsvcsexe, iormanip, ftorb {
  Source_Files {
    testC.cpp
    Manager.cpp
  }
}