summaryrefslogtreecommitdiff
path: root/TAO/tests/IOR_Endpoint_Hostnames/IOR_Endpoint_Hostnames.mpc
blob: 3d2f45850f7a089ec8bf1eac6e48a026c97dbf3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// What I'd really like to have is a separate project
// that is a library for the CORBA Object.
//
// $Id$

project(list_interfaces) : taoexe {
  Source_Files {
    list_interfaces.cpp
  }
  IDL_Files {
  }
}

project(generate_ior) : taoserver {
  exename = generate_ior
  Source_Files {
    generate_ior.cpp
    bogus_i.cpp
  }
}