summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Factory/OBV_Factory.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Factory/OBV_Factory.mpc')
-rw-r--r--TAO/tests/OBV/Factory/OBV_Factory.mpc22
1 files changed, 2 insertions, 20 deletions
diff --git a/TAO/tests/OBV/Factory/OBV_Factory.mpc b/TAO/tests/OBV/Factory/OBV_Factory.mpc
index b12ca4f383f..e257b945987 100644
--- a/TAO/tests/OBV/Factory/OBV_Factory.mpc
+++ b/TAO/tests/OBV/Factory/OBV_Factory.mpc
@@ -1,38 +1,20 @@
// -*- MPC -*-
// $Id$
-project(*idl): taoidldefaults, valuetype {
- IDL_Files {
- Factory.idl
- }
- custom_only = 1
-}
-
project(*Server): taoserver, valuetype {
- after += *idl
Source_Files {
FactoryC_impl.cpp
FactoryS_impl.cpp
server.cpp
}
- Source_Files {
- FactoryC.cpp
- FactoryS.cpp
- }
- IDL_Files {
- }
}
project(*Client): taoclient, valuetype {
- after += *idl
after += *Server
Source_Files {
+ FactoryC.cpp
FactoryC_impl.cpp
client.cpp
}
- Source_Files {
- FactoryC.cpp
- }
- IDL_Files {
- }
}
+