summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/DSI/POA_DSI.mpc
blob: 1133101194bcc1137318561b70c3cd08b7e45c30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project(*Client) : taoexe, messaging, portableserver {
  avoids += minimum_corba
  source_files {
    client.cpp
  }
}

project(*Server) : taoexe, messaging, portableserver, dynamicinterface {
  source_files {
    Database_i.cpp
    server.cpp
  }
}