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

project(*Server): csd_tp_test_exe_a {
  exename=server_main

  Source_Files {
    ServerApp.cpp
    server_main.cpp
  }
}

project(*Client): csd_tp_test_exe_a {
  exename=client_main
  after += *Server

  Source_Files {
    ClientApp.cpp
    client_main.cpp
  }
}