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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
IOR_Endpoint_Hostnames
/
IOR_Endpoint_Hostnames.mpc
blob
99fe40c4e1d857d061507707efb69701ead3ed53
1
// What I'd really like to have is a separate project
2
// that is a library for the CORBA Object.
3
project(list_interfaces) : taoexe {
4
Source_Files {
5
list_interfaces.cpp
6
}
7
IDL_Files {
8
}
9
}
10
11
project(generate_ior) : taoserver {
12
exename = generate_ior
13
Source_Files {
14
generate_ior.cpp
15
bogus_i.cpp
16
}
17
}