summaryrefslogtreecommitdiff
path: root/TAO/tests/Optimized_Connection/Optimized_Connection.mpc
blob: d28e7cc138165b2760ef1ef3d294591966ee8adb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// -*- MPC -*-
// $Id$

project(*idl): taoidldefaults {
  idlflags += -Sa -St
  IDL_Files {
    Test.idl
  }
  custom_only = 1
}


project(*Client): taoclient, strategies {
  after += *idl
  Source_Files {
    TestC.cpp
    oc_client.cpp
  }
  IDL_Files {
  }
}