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
/
Bug_3547_Regression
/
Bug_3547_Regression.mpc
blob
b3ca0561a5ba21738f7e75a801ddfea3238cf03a
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
idlflags += -Sp
4
IDL_Files {
5
Stock_Quoter_Types.idl
6
Stock_Quoter.idl
7
UDPTest.idl
8
}
9
custom_only = 1
10
}
11
12
project(*Server): taoserver, iortable, strategies {
13
after += *idl
14
Source_Files {
15
Stock_Quoter_i.cpp
16
UDPTest_i.cpp
17
Stock_Quoter_Server.cpp
18
}
19
Source_Files {
20
Stock_QuoterC.cpp
21
Stock_QuoterS.cpp
22
UDPTestC.cpp
23
UDPTestS.cpp
24
}
25
IDL_Files {
26
}
27
}
28
29
project(*Client): taoclient, strategies {
30
after += *idl
31
Source_Files {
32
Stock_Quoter_Client.cpp
33
}
34
Source_Files {
35
Stock_QuoterC.cpp
36
UDPTestC.cpp
37
}
38
IDL_Files {
39
}
40
}