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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3552_Regression
/
Bug_3552_Regression.mpc
blob
22184482a907d002cb2afd8e17240f19733a075f
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults, anytypecode {
3
idlflags += -SS
4
IDL_Files {
5
struct.idl
6
}
7
custom_only = 1
8
}
9
10
project(*CDRTest): taoclient, anytypecode, codecfactory {
11
after += *IDL
12
exename = check
13
14
Source_Files {
15
structC.cpp
16
check.cpp
17
}
18
IDL_Files {
19
}
20
}