summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Big_Request/Big_Request.mpc
blob: 8b80e1dc40c843ed7b4d53d08bb234106a33b554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
// $Id$

project(*security server): taoexe, portableserver, ssl {
  Source_Files {
    TX_Object_i.cpp
    server.cpp
  }
}

project(*security client): taoexe, ssl {
  Source_Files {
    TX_ObjectC.cpp
    client.cpp
  }
}