summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_3748_Regression/Bug_3748_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Bug_3748_Regression/Bug_3748_Regression.mpc')
-rw-r--r--ACE/TAO/tests/Bug_3748_Regression/Bug_3748_Regression.mpc39
1 files changed, 39 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Bug_3748_Regression/Bug_3748_Regression.mpc b/ACE/TAO/tests/Bug_3748_Regression/Bug_3748_Regression.mpc
new file mode 100644
index 00000000000..324361185ce
--- /dev/null
+++ b/ACE/TAO/tests/Bug_3748_Regression/Bug_3748_Regression.mpc
@@ -0,0 +1,39 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ idlflags += -Sp
+ IDL_Files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, pi {
+ after += *idl
+ Source_Files {
+ Hello.cpp
+ Server_ORBInitializer.cpp
+ Test_Protocols_Hooks.cpp
+ server.cpp
+ }
+ Source_Files {
+ TestC.cpp
+ TestS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient {
+ after += *idl
+ Source_Files {
+ client.cpp
+ }
+ Source_Files {
+ TestC.cpp
+ }
+ IDL_Files {
+ }
+}
+