Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / DynValue_Test / DynValue_Test.mpc
blob9bf2d3f07dc0611f493e09e38f86ab13b74ae008
1 project(*IDL): dynamicany {
2   IDL_Files {
3     DynValue_Test.idl
4     idlflags += -SS
5   }
6   custom_only = 1
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   }