summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Big_Request/Big_Request.mpc
blob: c5089718b4dfa7efecca2ffed983628bc1c33b40 (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
32
33
34
// -*- MPC -*-
// $Id$

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

project(*security client): taoclient, anytypecode, ssl {
  after += *idl

  Source_Files {
    TX_ObjectC.cpp
    client.cpp
  }
  IDL_Files {
  }
}

project(*security server): taoserver, ssl {
  after += *idl

  Source_Files {
    TX_Object_i.cpp
    TX_ObjectS.cpp
    TX_ObjectC.cpp
    server.cpp
  }
  IDL_Files {
  }
}