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
/
DynValue_Test
/
DynValue_Test.mpc
blob
9bf2d3f07dc0611f493e09e38f86ab13b74ae008
1
project(*IDL): dynamicany {
2
IDL_Files {
3
DynValue_Test.idl
4
idlflags += -SS
5
}
6
custom_only = 1
7
}
8
9
10
project(DynValue_Test): dynamicany, typecodefactory {
11
exename = DynValue_Test
12
after += *IDL
13
Source_Files {
14
main.cpp
15
ValueTypes_impl.cpp
16
Analyzer.cpp
17
DynValue_TestC.cpp
18
}
19
Header_Files {
20
ValueTypes_impl.h
21
Analyzer.h
22
DynValue_TestC.h
23
}
24
IDL_Files {
25
}
26
}