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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3676_Regression
/
Bug_3676_Regression.mpc
blob
e9839f9cad5993f5a52a0d3291a00cc23c51431a
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
idlflags += -Sp
4
IDL_Files {
5
Test.idl
6
}
7
custom_only = 1
8
}
9
10
project(*Server): taoserver {
11
after += *idl
12
Source_Files {
13
Hello.cpp
14
server.cpp
15
}
16
Source_Files {
17
TestC.cpp
18
TestS.cpp
19
}
20
IDL_Files {
21
}
22
}
23
24
project(*Client): taoclient {
25
after += *idl
26
requires += corba_messaging
27
Source_Files {
28
client.cpp
29
}
30
Source_Files {
31
TestC.cpp
32
}
33
IDL_Files {
34
}
35
}