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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
InterOp-Naming
/
InterOp-Naming.mpc
blob
06a381b16907aab7a396ebe0308a86f0c9ae7011
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
INS.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, utils, iortable, avoids_corba_e_micro {
10
exename = INS_test_server
11
after += *idl
12
Source_Files {
13
INS_i.cpp
14
Server_i.cpp
15
INS_test_server.cpp
16
}
17
Source_Files {
18
INSC.cpp
19
INSS.cpp
20
}
21
IDL_Files {
22
}
23
}
24
25
project(*Client): taoclient, anytypecode {
26
exename = INS_test_client
27
after += *idl
28
Source_Files {
29
INS_test_client.cpp
30
}
31
Source_Files {
32
INSC.cpp
33
}
34
IDL_Files {
35
}
36
}