summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_Gateway/DSI_Gateway.mpc
blob: 30596502aced0d380b55bcb004392a6d7cd4aa8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
project(*Server): taoserver, messaging, minimum_corba, dynamicinterface {
  Source_Files {
    test_i.cpp
    server.cpp
  }  
}
 
project(*Client): taoclient, messaging, minimum_corba, dynamicinterface {
  exename   = client
  Source_Files {
    testC.cpp
    client.cpp
  }  
}

project(*Gateway): taoserver, messaging, minimum_corba, dynamicinterface {
  exename   = gateway
  Source_Files {
    test_dsi.cpp
    gateway.cpp
  }  
}