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
/
Bug_1495_Regression
/
Bug_1495.mpc
blob
fca7d1c653bb38126472078ef64149a9584d9e2c
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
test.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver, pi_server, interceptors {
10
after += *idl
11
Source_Files {
12
test_i.cpp
13
testC.cpp
14
testS.cpp
15
Server_ORBInitializer.cpp
16
server_interceptor.cpp
17
Threaded_Server.cpp
18
}
19
IDL_Files {
20
}
21
}
22
23
project(*Client): taoserver, pi, interceptors {
24
exename = client
25
after += *idl
26
Source_Files {
27
test_i.cpp
28
testC.cpp
29
testS.cpp
30
client_interceptor.cpp
31
Threaded_Client.cpp
32
33
Server_Task.cpp
34
Client_Task.cpp
35
}
36
IDL_Files {
37
}
38
}
39