summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1639_Regression/test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1639_Regression/test.mpc')
-rw-r--r--TAO/tests/Bug_1639_Regression/test.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1639_Regression/test.mpc b/TAO/tests/Bug_1639_Regression/test.mpc
new file mode 100644
index 00000000000..883fc1c4bd0
--- /dev/null
+++ b/TAO/tests/Bug_1639_Regression/test.mpc
@@ -0,0 +1,16 @@
+// -*- MPC -*-
+// $Id$
+
+project (Bug_1639_testclient) : taoserver, dynamicany {
+ exename = client
+ Source_Files {
+ struct_client.cpp
+ structC.cpp
+ structS.cpp
+ }
+
+ IDL_Files {
+ struct.idl
+ }
+
+}