summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/manual_start/manual_start.mpc
blob: a178cdbfe1f5d513f0c5bfbb3174869141cc73dd (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
30
31
32
33
// $Id$

project(*idl): taoidldefaults {
  IDL_Files {
    test.idl
  }

  custom_only = 1
}

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

project(*client): taoclient, avoids_minimum_corba, threads {
  after += *idl
  exename = client
  Source_Files {
    client.cpp
    testC.cpp
  }
  IDL_Files {
  }
}