summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/examples/Security/Send_File/Security_Send_File.mpc
blob: 7752e40754b5c71464eed677722a5e3afd5f77f5 (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
25
26
27
28
29
30
31
// -*- MPC -*-
// $Id$

project(*Idl) : taoidldefaults {
  IDL_Files {
    test.idl
  }
  custom_only = 1
}

project(*Client) : orbsvcsexe, portableserver {
  after += *Idl
  source_files {
    client.cpp
    testC.cpp
  }
  IDL_Files {
  }
}

project(*Server) : orbsvcsexe, portableserver {
  after += *Idl
  source_files {
    server.cpp
    test_i.cpp
    testS.cpp
    testC.cpp
  }
  IDL_Files {
  }
}