Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / examples / Borland / ChatClient.mpc
blob532ff30269d6650976b29fef0009f28c5501e160
1 // -*- MPC -*-
2 project(*Client) : taoserver, utils, iortable, vcl {
3   exename = chatclient
4   IDL_Files {
5     Broadcaster.idl
6     Receiver.idl
7   }
8   Source_Files {
9     ReceiverImpl.cpp
10     ChatClient.cpp
11     ORBThread.cpp
12     ChatClientWnd.cpp
13   }