summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Big_Request/Big_Request.mpc
blob: e5807c9533dee10f1cd497c0a4c4689715225da2 (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
// -*- MPC -*-
project(*idl): taoidldefaults {
  IDL_Files {
    TX_Object.idl
  }
  custom_only = 1
}

project(*security client): taoclient {
  after += *idl
  Source_Files {
    TX_ObjectC.cpp
    client.cpp
  }
  IDL_Files {
  }
}

project(*security server): taoserver {
  after += *idl
  Source_Files {
    TX_Object_i.cpp
    TX_ObjectS.cpp
    TX_ObjectC.cpp
    server.cpp
  }
  IDL_Files {
  }
}