summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/tests/Security/Big_Request/Big_Request.mpc
blob: 85e6ce4428faf7e3e0eb3ac978ad764c79f05294 (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
// -*- 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 {
  }
}