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
/
orbsvcs
/
tests
/
Bug_1395_Regression
/
Bug_1395_Regression.mpc
blob
0a6298f7f4380c92b5eab74740b807c085336d67
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults {
3
4
IDL_Files {
5
Test.idl
6
}
7
8
custom_only = 1
9
}
10
11
project(*Server): taoserver, imr_client, avoids_corba_e_micro, svc_utils {
12
after += *IDL
13
14
Source_Files {
15
server.cpp
16
Test_i.cpp
17
TestS.cpp
18
TestC.cpp
19
}
20
21
IDL_Files {
22
}
23
}
24
25
project(*Client): taoclient, anytypecode {
26
after += *IDL
27
28
Source_Files {
29
client.cpp
30
TestC.cpp
31
}
32
33
IDL_Files {
34
}
35
}