summaryrefslogtreecommitdiff
path: root/TAO/tests/CollocationLockup/CollocationLockup.mpc
blob: 517321c3d534523ca5f28ba7636a51c2e11803d0 (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: taoserver {
  idlflags += -St
  exename = CollocationLockup

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

project(*SimpleNamingService): taoserver {
  idlflags += -St
  exename = SimpleNamingService

  IDL_Files {
    SimpleNamingService.idl
  }

  Source_Files {
    SimpleNamingService.cpp
  }
}