summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/RestartIMR/RestartIMR.mpc
blob: 366986b90764ffd410aa93b2292e9dde5e099f82 (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
// $Id$
//
// Really the server is the only one that needs to avoid minimum_corba and
// the lot.  But there's no sense in building anything if you can't build
// the server.

project(*idl): taoidldefaults, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
  custom_only = 1
  IDL_Files {
    test.idl
  }
}

project(*server): taoserver, imr_client, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
  exename = server
  after += *idl
  IDL_Files {
  }
  Source_Files {
    testC.cpp
    testS.cpp
    server.cpp
    test_i.cpp
  }
}