summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Security/Send_File/Security_Send_File.mpc
blob: c73e3ecf5c590c4ada08f556a8cf7258069c26fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
// $Id$

project(*Client) : orbsvcsexe, portableserver {
  source_files {
    client.cpp
  }
}

project(*Server) : orbsvcsexe, portableserver {
  source_files {
    server.cpp
    test_i.cpp
  }
}