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 #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git]
/
TAO
/
tests
/
POA
/
Persistent_ID
/
Persistent_ID.mpc
blob
8028011df4af9750e99c8556a441b5d36282c910
1
// -*- MPC -*-
2
project(POA_IDL*): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(POA_server*): taoserver, avoids_corba_e_micro {
10
after += POA_IDL*
11
Source_Files {
12
testC.cpp
13
testS.cpp
14
server.cpp
15
}
16
IDL_Files {
17
}
18
}
19
20
project(POA_client*): taoserver {
21
exename = client
22
after += POA_IDL*
23
after += POA_server*
24
Source_Files {
25
testC.cpp
26
client.cpp
27
}
28
IDL_Files {
29
}
30
}