summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneway_Buffering/Oneway_Buffering.mpc
blob: e87ba830779819be341db4929d46c16c7dc4dbd6 (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
project: messaging {
  Source_Files {
    Oneway_Buffering.cpp
    server.cpp
  }  
}
 
project(client): messaging {
  exename   = client

  Source_Files {
    TestC.cpp
    client.cpp
  }  
}

project(admin): messaging {
  exename   = admin

  Source_Files {
    Oneway_Buffering_Admin.cpp
    admin.cpp
  }  
}