summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_1254_Regression/Bug_1254_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Bug_1254_Regression/Bug_1254_Regression.mpc')
-rw-r--r--ACE/TAO/tests/Bug_1254_Regression/Bug_1254_Regression.mpc34
1 files changed, 34 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Bug_1254_Regression/Bug_1254_Regression.mpc b/ACE/TAO/tests/Bug_1254_Regression/Bug_1254_Regression.mpc
new file mode 100644
index 00000000000..2847b187410
--- /dev/null
+++ b/ACE/TAO/tests/Bug_1254_Regression/Bug_1254_Regression.mpc
@@ -0,0 +1,34 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ idlflags += -Sa -St
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver {
+ after += *idl
+ Source_Files {
+ BlobServer.cpp
+ server.cpp
+ testC.cpp
+ testS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoserver {
+ exename = client
+ after += *idl
+ Source_Files {
+ client.cpp
+ testC.cpp
+ testS.cpp
+ }
+ IDL_Files {
+ }
+}