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 #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
COIOP_Naming_Test
/
COIOP_Naming_Test.mpc
blob
6c69d0c40da4a0b5ab4e571de51626e325d1f61f
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Test.idl
5
}
6
custom_only = 1
7
}
8
9
project(COIOP_Naming_Test): taoserver, strategies, naming, naming_serv {
10
exename = COIOP_Naming_Test
11
after += *idl
12
Source_Files {
13
TestC.cpp
14
TestS.cpp
15
COIOP_Test.cpp
16
Client_Task.cpp
17
Server_Task.cpp
18
NamingTask.cpp
19
Hello.cpp
20
}
21
IDL_Files {
22
}
23
}
24