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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
tests
/
POA
/
Bug_1592_Regression
/
Bug_1592_Regression.mpc
blob
6171a7175423c919c6986030d5111a6eccdb8276
1
project(*idl): taoidldefaults {
2
IDL_Files {
3
test.idl
4
}
5
custom_only = 1
6
}
7
8
9
project(*Server): taoserver, pi_server, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
10
after += *idl
11
Source_Files {
12
test_i.cpp
13
Server_ORBInitializer.cpp
14
Server_Request_Interceptor.cpp
15
ServantLocator.cpp
16
server.cpp
17
}
18
Source_Files {
19
testC.cpp
20
testS.cpp
21
}
22
IDL_Files {
23
}
24
}
25
26
project(*Client): taoclient, pi {
27
after += *idl
28
Source_Files {
29
client.cpp
30
}
31
Source_Files {
32
testC.cpp
33
}
34
IDL_Files {
35
}
36
}
37