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
/
tests
/
Bug_3531_Regression
/
Bug_3531_Regression.mpc
blob
9db1bc2a969e7a6fa69a575dff397dae3887c3b1
1
project(*idl): taoidldefaults {
2
idlflags += -GC
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Client): taoclient, messaging, iortable {
10
after += *idl
11
Source_Files {
12
client.cpp
13
}
14
Source_Files {
15
testC.cpp
16
testS.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*Server): taoserver, messaging, iortable {
23
after += *idl
24
Source_Files {
25
server.cpp
26
test_i.cpp
27
}
28
Source_Files {
29
testC.cpp
30
testS.cpp
31
}
32
IDL_Files {
33
}
34
}
35