diff options
Diffstat (limited to 'TAO/tests/CDR/CDR.mpc')
-rw-r--r-- | TAO/tests/CDR/CDR.mpc | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/TAO/tests/CDR/CDR.mpc b/TAO/tests/CDR/CDR.mpc new file mode 100644 index 00000000000..6d811ad5504 --- /dev/null +++ b/TAO/tests/CDR/CDR.mpc @@ -0,0 +1,48 @@ +project(alignment) : taoexe { + exename = alignment + + Source_Files { + alignment.cpp + } +} + +project(allocator) : taoexe { + exename = allocator + + Source_Files { + allocator.cpp + } +} + +project(basic types) : taoexe { + exename = basic_types + + Source_Files { + basic_types.cpp + } +} + +project(growth) : taoexe { + exename = growth + + Source_Files { + growth.cpp + } +} + +project(octet sequence) : taoexe { + exename = octet_sequence + + Source_Files { + octet_sequence.cpp + } +} + +project(tc) : taoexe { + exename = tc + + Source_Files { + tc.cpp + } +} + |