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
/
Collocated_Forwarding
/
Collocated_Forwarding.mpc
blob
55fbb4f10666363b5f64cd3cbb80d6991281eab2
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
idlflags += -Gd -Sorb
5
test.idl
6
}
7
custom_only = 1
8
}
9
10
project(*Server): taoserver, iormanip, pi_server, messaging, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
11
after += *idl
12
Source_Files {
13
test_i.cpp
14
testC.cpp
15
testS.cpp
16
Server_ORBInitializer.cpp
17
Server_Request_Interceptor.cpp
18
server.cpp
19
}
20
IDL_Files {
21
}
22
}