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

project(list_interfaces) : aceexe {
  Source_Files {
    list_interfaces.cpp
  }
}

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