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
/
Bug_3827_Regression
/
Bug_3827_Regression.mpc
blob
3c9395e3bf12620f81ccc880751699440a5acb90
1
// -*- MPC -*-
2
project(*IDL): taoidldefaults, anytypecode {
3
IDL_Files {
4
Message.idl
5
}
6
custom_only = 1
7
}
8
9
project (*test) : taoexe, valuetype {
10
after += *IDL
11
exename = test
12
13
Source_Files {
14
MessageC.cpp
15
test.cpp
16
}
17
}