summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Secure_Invocation/Secure_Invocation.mpc
blob: 6ec5ebfe5de2b7df5d53c93ef5f8395a6c626f2d (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, orbsvcsexe, security, ssl {
  Source_Files {
    Foo_i.cpp
    server.cpp
  }
}

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