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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
Xt_Stopwatch
/
Xt_Stopwatch.mpc
blob
b82f5515288fae10f7d71fba17c9ffc223c92e4d
1
// -*- MPC -*-
2
project(*Server): taoserver, tao_xtresource, ace_motif {
3
Source_Files {
4
test_i.cpp
5
Stopwatch_display.cpp
6
timer.cpp
7
server.cpp
8
}
9
}
10
11
project(*Client): taoclient, tao_xtresource, ace_motif {
12
after += *Server
13
Source_Files {
14
testC.cpp
15
Control.cpp
16
client.cpp
17
}
18
}
19