repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
examples
/
Borland
/
ChatClient.mpc
blob
532ff30269d6650976b29fef0009f28c5501e160
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
}
14
}
15