summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2702_Regression/CloseConnection.mpc
blob: 9ec64bd711833c29a7dffe6a9e7b14435de7d59d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// -*- MPC -*-
// $Id$

project(*Client): taoexe {
  exename = client
  idlflags += -GA

  Source_Files {
    TestC.cpp
    client.cpp
  }
}