summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Big_Request/Big_Request.mpc
blob: b89a22b668ab3a34a530cc763e350ecf79bd48cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
  }
}