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
/
examples
/
Simple
/
time
/
time.mpc
blob
51ceed80494099fc9a6fe5d5c66a65c187d500f8
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults {
3
IDL_Files {
4
Time.idl
5
}
6
custom_only = 1
7
}
8
9
project(*server): namingexe, iortable, utils, avoids_corba_e_micro {
10
exename = server
11
after += *IDL
12
Source_Files {
13
Time_i.cpp
14
server.cpp
15
../Simple_util.cpp
16
TimeS.cpp
17
TimeC.cpp
18
}
19
IDL_Files {
20
}
21
}
22
23
project(*client): namingexe, iortable, utils {
24
exename = client
25
after += *IDL
26
Source_Files {
27
client.cpp
28
../Simple_util.cpp
29
Time_Client_i.cpp
30
TimeC.cpp
31
}
32
IDL_Files {
33
}
34
}