summaryrefslogtreecommitdiff
path: root/TAO/tests/Crash_On_Write/Crash_On_Write.mpc
blob: 460e756b383338cc54833f3cef87fb59d8ad0d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- MPC -*-
// $Id$

project(*Server): taoexe, portableserver {
  Source_Files {
    Oneway_Receiver.cpp
    Crash_Task.cpp
    server.cpp
  }
}

project(*Client): taoexe {
  Source_Files {
    TestC.cpp
    client.cpp
  }
}