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

project (*client) : taoserver, messaging, strategies {
  exename = client
  after = *server
  source_files {
    TestC.cpp
    client.cpp
  }
  header_files {
    TestC.h
  }
  idl_files {
  }
}

project (*server) : taoserver, messaging, strategies {
  source_files {
    TestC.cpp
    TestS.cpp
    server.cpp
  }
  header_files {
    TestS.h
    TestC.h
  }
}