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

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


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