summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/IDL_Test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/IDL_Test.mpc')
-rw-r--r--TAO/tests/IDL_Test/IDL_Test.mpc64
1 files changed, 64 insertions, 0 deletions
diff --git a/TAO/tests/IDL_Test/IDL_Test.mpc b/TAO/tests/IDL_Test/IDL_Test.mpc
new file mode 100644
index 00000000000..4af6e8db8f1
--- /dev/null
+++ b/TAO/tests/IDL_Test/IDL_Test.mpc
@@ -0,0 +1,64 @@
+project(main): server {
+ exename = main
+
+ IDL_Files {
+ anonymous.idl
+ array.idl
+ constants.idl
+ enum_in_struct.idl
+ full.idl
+ fwd.idl
+ generic_object.idl
+ gperf.idl
+ included.idl
+ including.idl
+ interface.idl
+ keywords.idl
+ nested_scope.idl
+ params.idl
+ pragma.idl
+ reopen_include1.idl
+ reopen_include2.idl
+ reopened_modules.idl
+ sequence.idl
+ typedef.idl
+ union.idl
+ }
+
+ Source_Files {
+ anonymousC.cpp
+ anonymousS.cpp
+ arrayC.cpp
+ arrayS.cpp
+ constantsC.cpp
+ constantsS.cpp
+ enum_in_structC.cpp
+ enum_in_structS.cpp
+ fullC.cpp
+ fullS.cpp
+ fwdC.cpp
+ fwdS.cpp
+ generic_objectC.cpp
+ generic_objectS.cpp
+ gperfC.cpp
+ gperfS.cpp
+ includedC.cpp
+ includedS.cpp
+ includingC.cpp
+ includingS.cpp
+ interfaceC.cpp
+ interfaceS.cpp
+ keywordsC.cpp
+ keywordsS.cpp
+ pragmaC.cpp
+ pragmaS.cpp
+ sequenceC.cpp
+ sequenceS.cpp
+ typedefC.cpp
+ typedefS.cpp
+ unionC.cpp
+ unionS.cpp
+ namespace_check.cpp
+ main.cpp
+ }
+}