summaryrefslogtreecommitdiff
path: root/TAO/tests/CollocationLockup/CollocationLockup.mpc
blob: c02d02f27f7fb2db15fd5ba0cbdb408e69b5aec3 (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
// -*- MPC -*-
// $Id$

project: taoexe, portableserver {
  idlflags += -Sc -St
  exename = CollocationLockup

  Source_Files {
    ABC.cpp
    ABS.cpp
    SimpleNamingServiceC.cpp
    CollocationLockup.cpp
  }
}

project(*SimpleNamingService): taoexe, portableserver {
  idlflags += -Sc -St
  exename = SimpleNamingService

  IDL_Files {
    SimpleNamingService.idl
  }

  Source_Files {
    SimpleNamingService.cpp
  }
}