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 #2303 from jwillemsen/jwi-803
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
ImplRepo
/
kill_server
/
kill_server.mpc
blob
e503f89c72761ea67ce41d91f1aecee496d8de27
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 {
10
after += *idl
11
exename = server
12
IDL_Files {
13
}
14
Source_Files {
15
Test_i.cpp
16
server.cpp
17
Terminator.cpp
18
TestC.cpp
19
TestS.cpp
20
}
21
}
22
23
project(*client): taoclient, anytypecode, avoids_minimum_corba, threads {
24
after += *idl
25
exename = client
26
Source_Files {
27
client.cpp
28
TestC.cpp
29
}
30
IDL_Files {
31
}
32
}