summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Test_3/CSD_TP_Test_3.mpc
blob: 016caef75ef797a65401393f62eabb5a3d740a5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

project(*Server): csd_tp_test_exe_b {
  exename=server_main

  Source_Files {
    ServerApp.cpp
    server_main.cpp
  }
}

project(*Client): csd_tp_test_exe_b {
  exename=client_main

  Source_Files {
    ClientApp.cpp
    client_main.cpp
  }
}