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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
DevGuideExamples
/
PortableInterceptors
/
PICurrent
/
PICurrent.mpc
blob
03cc0f9832b573dcf825a66dab0b82c4b22313fd
1
project(*idl): taoidldefaults {
2
IDL_Files {
3
Messenger.idl
4
}
5
custom_only = 1
6
}
7
8
project(*Server): taoserver, pi_server {
9
exename = MessengerServer
10
after += *idl
11
Source_Files {
12
Messenger_i.cpp
13
ServerInitializer.cpp
14
ServerInterceptor.cpp
15
MessengerServer.cpp
16
}
17
Source_Files {
18
MessengerC.cpp
19
MessengerS.cpp
20
}
21
IDL_Files {
22
}
23
}
24
25
project(*Client): taoclient, pi, interceptors {
26
exename = MessengerClient
27
after += *idl
28
Source_Files {
29
MessengerClient.cpp
30
ClientInitializer.cpp
31
ClientInterceptor.cpp
32
}
33
Source_Files {
34
MessengerC.cpp
35
}
36
IDL_Files {
37
}
38
}