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
=default for generated implementation copy ctor
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2560_Regression
/
Bug_2560_Regression.mpc
blob
7021cc11b9c4ea744ad1470a235f81aae1a2e2c8
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Quoter.idl
5
}
6
custom_only = 1
7
}
8
9
project(*client) : taoclient {
10
after += *idl
11
exename = client
12
source_files {
13
client.cpp
14
}
15
source_files {
16
QuoterC.cpp
17
}
18
IDL_Files {
19
}
20
}
21
22
project(*server) : taoserver, avoids_corba_e_micro {
23
after += *idl
24
source_files {
25
server.cpp
26
Stock_Factory_i.cpp
27
Stock_i.cpp
28
}
29
source_files {
30
QuoterC.cpp
31
QuoterS.cpp
32
}
33
IDL_Files {
34
}
35
}