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 #2318 from jwillemsen/jwi-add_forward_profiles
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
ImplRepo
/
MT_stress
/
MT_stress.mpc
blob
fadd6cfdd53c881702f07c945d778f839ad7d885
1
project(*idl): taoidldefaults {
2
IDL_Files {
3
test.idl
4
}
5
6
custom_only = 1
7
}
8
9
project(*server) : portableserver, namingexe, avoids_minimum_corba, imr_client, avoids_corba_e_micro {
10
after += *idl
11
exename = server
12
IDL_Files {
13
}
14
15
Source_Files {
16
testC.cpp
17
testS.cpp
18
server_i.cpp
19
server.cpp
20
}
21
}
22
23
project(*client) : portableserver, namingexe, avoids_minimum_corba, iortable {
24
after += *idl
25
exename = client
26
IDL_Files {
27
}
28
29
Source_Files {
30
testC.cpp
31
testS.cpp
32
client.cpp
33
}
34
}