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
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
ImplRepo
/
ping_interrupt
/
ping_interrupt.mpc
blob
a4d75a5e02f90d032bae9465fd8084667317acde
1
project(*idl): taoidldefaults {
2
IDL_Files {
3
Test.idl
4
}
5
6
custom_only = 1
7
}
8
9
project(*server): portableserver, orbsvcsexe, avoids_minimum_corba, iortable, imr_client, avoids_corba_e_micro, threads, pi_server, interceptors {
10
after += *idl
11
exename = server
12
IDL_Files {
13
}
14
Source_Files {
15
Test_i.cpp
16
Server_ORBInitializer.cpp
17
server_interceptor.cpp
18
server.cpp
19
TestC.cpp
20
TestS.cpp
21
}
22
}
23