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

project(*idl): taoidldefaults {
  IDL_Files {
    Test.idl
  }
  custom_only = 1
}

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