summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/RestartIMR/RestartIMR.mpc
blob: bdbfdeb8cf827feba6e944fa92a21a958ee733fb (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
//
// 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
  }
}