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
/
tests
/
LongDouble
/
LongDoubleTest.mpc
blob
4789a0deb2effd80c4ed620de46c36fdd335b5d7
1
// -*- MPC -*-
2
project(*idl): taoidldefaults {
3
custom_only = 1
4
}
5
6
7
project(*Server): taoserver {
8
after += *idl
9
10
IDL_Files {
11
}
12
13
Source_Files {
14
TestS.cpp
15
TestC.cpp
16
Global.cpp
17
LongDoubleTest.cpp
18
server.cpp
19
}
20
}
21
22
project(*Client): taoclient {
23
after += *idl
24
25
IDL_Files {
26
}
27
28
Source_Files {
29
TestC.cpp
30
Global.cpp
31
client.cpp
32
}
33
}
34