summaryrefslogtreecommitdiff
path: root/TAO/tests/Abstract_Interface/Abstract_Interface.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Abstract_Interface/Abstract_Interface.mpc')
-rw-r--r--TAO/tests/Abstract_Interface/Abstract_Interface.mpc41
1 files changed, 0 insertions, 41 deletions
diff --git a/TAO/tests/Abstract_Interface/Abstract_Interface.mpc b/TAO/tests/Abstract_Interface/Abstract_Interface.mpc
deleted file mode 100644
index cc0059d58c7..00000000000
--- a/TAO/tests/Abstract_Interface/Abstract_Interface.mpc
+++ /dev/null
@@ -1,41 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(*client) : taoclient, valuetype {
- idlflags += -Sc
-
- IDL_Files {
- test.idl
- }
-
- Source_Files {
- client.cpp
- testC.cpp
- }
-
- Header_Files {
- testC.h
- }
-}
-
-project(*server) : taoserver, valuetype {
- after += *client
- idlflags += -Sc
-
- IDL_Files {
- test.idl
- }
-
- Source_Files {
- server.cpp
- test_i.cpp
- testC.cpp
- testS.cpp
- }
-
- Header_Files {
- test_i.h
- testC.h
- testS.h
- }
-}