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.mpc19
1 files changed, 19 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..84fe4dd77b5
--- /dev/null
+++ b/TAO/tests/Bug_1639_Regression/test.mpc
@@ -0,0 +1,19 @@
+// -*- MPC -*-
+// $Id$
+
+project (Bug_1639_testclient) : taoserver {
+ exename = client
+ includes += $(ACE_ROOT)/include .
+ requires += exceptions
+ libs += TAO_DynamicAny
+ Source_Files {
+ struct_client.cpp
+ structC.cpp
+ structS.cpp
+ }
+
+ IDL_Files {
+ struct.idl
+ }
+
+}