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
/
Two_Objects
/
Two_Objects.mpc
blob
06635ee07bc9a463e8e330962c70cc0a1d0d6065
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
IDL_Files {
4
Two_Objects.idl
5
}
6
custom_only = 1
7
}
8
9
project(*Server): taoserver {
10
after += *idl
11
Source_Files {
12
Two_ObjectsC.cpp
13
Two_ObjectsS.cpp
14
worker.cpp
15
First_i.cpp
16
Second_i.cpp
17
Object_Factory_i.cpp
18
server.cpp
19
}
20
IDL_Files {
21
}
22
}
23
24
project(*Client): taoclient, anytypecode {
25
after += *idl
26
Source_Files {
27
Two_ObjectsC.cpp
28
client.cpp
29
}
30
IDL_Files {
31
}
32
}
33