summaryrefslogtreecommitdiff
path: root/trunk/TAO/examples/Borland/ChatClient.mpc
blob: cb44c0bd968e8757bfa78900e99cc0afadb6f3a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// -*- MPC -*-
// $Id$

project(*Client) : taoserver, utils, iortable, vcl {
  exename = chatclient
  IDL_Files {
    Broadcaster.idl
    Receiver.idl
  }
  Source_Files {
    ReceiverImpl.cpp
    ChatClient.cpp
    ORBThread.cpp
    ChatClientWnd.cpp
  }
}