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
/
tests
/
Bug_3919_Regression
/
Bug_3919_Regression.mpc
blob
5d8dc4424b615480497de1d638a45ebc0b3b28cb
1
// -*- MPC -*-
2
project(*idl): taoidldefaults, valuetype {
3
idlflags += -Sp
4
idlflags -= -ae
5
idlflags += -as
6
IDL_Files {
7
Test.idl
8
Test2.idl
9
}
10
custom_only = 1
11
}
12
13
project(*Server): taoserver, valuetype {
14
after += *idl
15
16
Source_Files {
17
Hello.cpp
18
server.cpp
19
TestC.cpp
20
TestS.cpp
21
Test2C.cpp
22
Test2S.cpp
23
}
24
IDL_Files {
25
}
26
}
27
28
project(*Client): taoclient, valuetype, typecodefactory {
29
after += *idl
30
31
Source_Files {
32
TestC.cpp
33
Test2C.cpp
34
client.cpp
35
}
36
IDL_Files {
37
}
38
}